Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Jul 21, 2020
1 parent d778c4a commit 41ce32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acispy/thermal_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _get_msids(self, model, comps, tl_file):
comps.remove("earth_solid_angle")
comps.append("ccsdstmf")
msids = MSIDs.from_database(comps, tstart, tstop=tstop, filter_bad=True,
interpolate=True, interpolate_times=times)
interpolate='nearest', interpolate_times=times)
if msids[comps[0]].times.size != times.size:
raise RuntimeError("Lengths of time arrays for model data and MSIDs "
"do not match. You probably ran a model past the "
Expand Down

0 comments on commit 41ce32e

Please sign in to comment.