Skip to content

Commit

Permalink
Merge pull request #13 from jzuhone/vehicle_load_improve
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone authored Jun 11, 2024
2 parents 5e20420 + efc3c40 commit a3639c3
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 416 deletions.
4 changes: 2 additions & 2 deletions acispy/tests/test_thermal_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_ecs_run(answer_store):
assert_allclose_nounits(t["time"].data, tm["1deamzt"].times)
assert_equal_nounits(t["date"].data, tm["1deamzt"].dates)
tm2 = SimulateECSRun("1deamzt", "2017:256:03:20:00", 24, 14.0,
"SEP0917C", 5, model_spec=dea_spec)
"vehicle", 5, model_spec=dea_spec)
if answer_store:
tm2.write_model(test_dir / "vehicle_ecs.dat", overwrite=True)
else:
Expand All @@ -162,7 +162,7 @@ def test_ecs_run(answer_store):
assert_equal_nounits(t2["date"].data, tm2["1deamzt"].dates)
tm3 = SimulateECSRun("fptemp_11", "2020:148:14:45:00", 24, -115.0,
[-0.04470333, 0.63502552, -0.67575906, 0.37160988],
4, instrument="ACIS-S", model_spec=fp_spec)
4, model_spec=fp_spec)
if answer_store:
tm3.write_model(test_dir / "fptemp_ecs.dat", overwrite=True)
else:
Expand Down
Loading

0 comments on commit a3639c3

Please sign in to comment.