Skip to content

Commit a3639c3

Browse files
authored
Merge pull request #13 from jzuhone/vehicle_load_improve
2 parents 5e20420 + efc3c40 commit a3639c3

File tree

3 files changed

+407
-416
lines changed

3 files changed

+407
-416
lines changed

acispy/tests/test_thermal_models.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_ecs_run(answer_store):
152152
assert_allclose_nounits(t["time"].data, tm["1deamzt"].times)
153153
assert_equal_nounits(t["date"].data, tm["1deamzt"].dates)
154154
tm2 = SimulateECSRun("1deamzt", "2017:256:03:20:00", 24, 14.0,
155-
"SEP0917C", 5, model_spec=dea_spec)
155+
"vehicle", 5, model_spec=dea_spec)
156156
if answer_store:
157157
tm2.write_model(test_dir / "vehicle_ecs.dat", overwrite=True)
158158
else:
@@ -162,7 +162,7 @@ def test_ecs_run(answer_store):
162162
assert_equal_nounits(t2["date"].data, tm2["1deamzt"].dates)
163163
tm3 = SimulateECSRun("fptemp_11", "2020:148:14:45:00", 24, -115.0,
164164
[-0.04470333, 0.63502552, -0.67575906, 0.37160988],
165-
4, instrument="ACIS-S", model_spec=fp_spec)
165+
4, model_spec=fp_spec)
166166
if answer_store:
167167
tm3.write_model(test_dir / "fptemp_ecs.dat", overwrite=True)
168168
else:

0 commit comments

Comments
 (0)