Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xjjiang committed Oct 17, 2024
1 parent cdfb16f commit 36d5865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aviary/mission/gasp_based/ode/taxi_eom.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def setup(self):
)

def setup_partials(self):
nn = np.arange(self.options['num_nodes'])
nn = self.options['num_nodes']
arange = np.arange(nn)

self.declare_partials(
Expand Down

0 comments on commit 36d5865

Please sign in to comment.