1
0
mirror of https://gitlab.com/MisterBiggs/stl-process.git synced 2025-08-03 12:01:33 +00:00

ci madness

This commit is contained in:
2022-04-05 16:54:08 -07:00
parent a5f0ac57fc
commit cb2ae94819

View File

@@ -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 "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 @testset "$model" for (model, control) in models
path = "test_assets\\$model" path = "test_assets/$model"
stl = load(path) stl = load(path)
@testset "get_mass_properties" begin @testset "get_mass_properties" begin