mirror of
https://gitlab.com/MisterBiggs/stl-process.git
synced 2025-08-03 03:51:27 +00:00
ci madness
This commit is contained in:
@@ -60,7 +60,7 @@ end
|
||||
"cylinder.stl" => Properties(10 * π * 1^2, center, diagm([(3 + 10^2) / 12, (3 + 10^2) / 12, 1^2 / 2])), # l_z = 10, r = 1
|
||||
)
|
||||
@testset "$model" for (model, control) in models
|
||||
path = "test_assets\\$model"
|
||||
path = "test_assets/$model"
|
||||
stl = load(path)
|
||||
|
||||
@testset "get_mass_properties" begin
|
||||
|
Reference in New Issue
Block a user