Skip to content

Commit

Permalink
Update test_gasp_geom_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crecine authored Nov 20, 2024
1 parent 557d45c commit a4c07fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aviary/subsystems/geometry/test/test_gasp_geom_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def setUp(self):
self.subsystem_builder = CoreGeometryBuilder(
'core_geometry',
BaseMetaData,
use_both_geometries=False,
code_origin=GASP,
use_both_geometries=True,
code_origin_to_prioritize=GASP)
self.aviary_values = av.AviaryValues()
self.aviary_values.set_val(Aircraft.Engine.NUM_ENGINES, [1], units='unitless')
Expand Down

0 comments on commit a4c07fb

Please sign in to comment.