Skip to content

Commit

Permalink
BUG: added missing index
Browse files Browse the repository at this point in the history
Added a missing index for the test list.
  • Loading branch information
aburrell committed Dec 19, 2023
1 parent d173e8a commit f4c84af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMadrigal/tests/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_bad_los_value(self):
if self.load_time not in inst.files.files.keys():
self.fake_file = os.path.join(
inst.files.data_path,
self.inst_kwargs['inst_module'].supported_tags[inst.inst_id][
self.inst_kwargs[0]['inst_module'].supported_tags[inst.inst_id][
inst.tag].format(file_type='hdf5').format(
year=self.load_time.year, month=self.load_time.month,
day=self.load_time.day, version=1))
Expand Down

0 comments on commit f4c84af

Please sign in to comment.