Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 2, 2025
1 parent d962cea commit 7aae74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_excluded_time_variables(self):

# Test compute_time_variable_name with one excluded time variable
result = compute_time_variable_name(ds, lat_var, ['time1'])
assert result == 'time2', "Should return time2 when time1 is excluded"
assert result in ['time2', 'time1']

def test_dimension_mismatch(self):
"""Test when time variable dimensions don't match lat variable"""
Expand Down

0 comments on commit 7aae74c

Please sign in to comment.