Skip to content

Commit

Permalink
Updated incorrect ISD path for lo medium test
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinSanders committed Sep 17, 2024
1 parent d54f125 commit 2807309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/test_lo_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_medium_kernels():

def test_medium_load(test_medium_kernels):
label_file = get_image_label('3133_med_res', 'isis')
compare_dict = get_isd("lohighcamera")
compare_dict = get_isd("lomediumcamera")

isd_str = ale.loads(label_file, props={'kernels': test_medium_kernels}, verbose=True)
isd_obj = json.loads(isd_str)
Expand Down

0 comments on commit 2807309

Please sign in to comment.