Skip to content

Commit

Permalink
commented out set_input_defaults(Aircraft.Fuselage.PILOT_COMPARTMENT_…
Browse files Browse the repository at this point in the history
…LENGTH, val=9.5) for testing
  • Loading branch information
xjjiang committed Jan 2, 2025
1 parent 2502fec commit 1edb4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aviary/subsystems/geometry/gasp_based/fuselage.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@ def setup(self):
promotes_outputs=["aircraft:*"],
)

self.set_input_defaults(
Aircraft.Fuselage.PILOT_COMPARTMENT_LENGTH, val=9.5, units="ft")
# self.set_input_defaults(
# Aircraft.Fuselage.PILOT_COMPARTMENT_LENGTH, val=9.5, units="ft")

0 comments on commit 1edb4ec

Please sign in to comment.