Skip to content

Commit 159b5c4

Browse files
committed
f
1 parent 81d16f4 commit 159b5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/nadir_science.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ScanningSatellite(sats.AccessSatellite):
2929
act.Desat(duration=60.0),
3030
]
3131
dyn_type = (dyn.ContinuousImagingDynModel, dyn.GroundStationDynModel)
32-
fsw_type = fsw.ContinuousImagingFSWModel
32+
fsw_type = (fsw.ContinuousImagingFSWModel, fsw.BasicFSWModel)
3333

3434

3535
sat_args = dict(

0 commit comments

Comments
 (0)