From 07a1be3ffd856781c159b35ea7baae81cf3126b9 Mon Sep 17 00:00:00 2001 From: Nicolas Gomez Date: Fri, 22 Mar 2024 15:23:52 -0400 Subject: [PATCH] fixed issues with IO tests --- test/unit_test_io.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unit_test_io.jl b/test/unit_test_io.jl index cb1eb0c6..f64edbbf 100644 --- a/test/unit_test_io.jl +++ b/test/unit_test_io.jl @@ -49,7 +49,7 @@ ac_quick_nopay_reread = quickload_aircraft(filepath_quick_nopay) size_aircraft!(ac_quick_nopay_reread, Ldebug=false, printiter=false, saveOD=false) @test ac_quick_nopay_reread.parg[igWMTO] ≈ ac_nopay.parg[igWMTO] - + rm(filepath_quick_nopay) #C: outputs to .csv using CSV @@ -85,8 +85,8 @@ @test size(csv1,1) == 4 #4 rows w default indices @test size(csv2,1) == 1 #1 row with addl indices - @test length(csv1[1]) == 71 # = indices in default_output_indices - @test length(csv2[1]) == 96 # = indices in output_indices_wGeom + @test length(csv1[1]) == 72 # = indices in default_output_indices + @test length(csv2[1]) == 97 # = indices in output_indices_wGeom #test the nested vector Structures #a: row 1 in both csvs matches the design cruise point/mission