Skip to content

Commit

Permalink
FIX: Fix for old syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Nov 29, 2023
1 parent 9773638 commit 5de5ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/tests/test_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ def test_scalar_dqr():


def test_get_attr_info():
ds = read_netcdf(EXAMPLE_OLD_QC, cleanup_qc=True)
ds = read_arm_netcdf(EXAMPLE_OLD_QC, cleanup_qc=True)
assert 'flag_assessments' in ds['qc_lv'].attrs
assert 'fail_min' in ds['qc_lv'].attrs
assert ds['qc_lv'].attrs['flag_assessments'][0] == 'Bad'
Expand Down

0 comments on commit 5de5ce1

Please sign in to comment.