Skip to content

Commit

Permalink
Issue #176: Fix broken charging test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Sep 10, 2024
1 parent 7a48a9e commit 9a308c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/act/test_int_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def make_env(self):
sat_args=self.DesatSat.default_sat_args(
oe=random_orbit,
wheelSpeeds=[1000.0, -1000.0, 1000.0],
nHat_B=np.array([0, 1, 0]),
),
),
scenario=UniformTargets(n_targets=0),
Expand Down

0 comments on commit 9a308c4

Please sign in to comment.