From 9a308c4fa6ace81e004c4a05a0a9df1c46197d2c Mon Sep 17 00:00:00 2001 From: Mark Stephenson Date: Tue, 10 Sep 2024 10:49:19 -0600 Subject: [PATCH] Issue #176: Fix broken charging test --- tests/integration/act/test_int_actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/act/test_int_actions.py b/tests/integration/act/test_int_actions.py index 268c1833..a3c17aea 100644 --- a/tests/integration/act/test_int_actions.py +++ b/tests/integration/act/test_int_actions.py @@ -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),