We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d16f4 commit 159b5c4Copy full SHA for 159b5c4
1 file changed
benchmarks/nadir_science.py
@@ -29,7 +29,7 @@ class ScanningSatellite(sats.AccessSatellite):
29
act.Desat(duration=60.0),
30
]
31
dyn_type = (dyn.ContinuousImagingDynModel, dyn.GroundStationDynModel)
32
- fsw_type = fsw.ContinuousImagingFSWModel
+ fsw_type = (fsw.ContinuousImagingFSWModel, fsw.BasicFSWModel)
33
34
35
sat_args = dict(
0 commit comments