Skip to content

Commit

Permalink
MNT: Modify the exception tests to use the latest API. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Oct 6, 2024
1 parent 13f215c commit ae0d085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from shapely import Polygon

import pynldas2 as nldas
from pynldas2 import InputRangeError, InputTypeError, InputValueError
from pynldas2.exceptions import InputRangeError, InputTypeError, InputValueError

GEOM = Polygon(
[[-69.77, 45.07], [-69.31, 45.07], [-69.31, 45.45], [-69.77, 45.45], [-69.77, 45.07]]
Expand Down

0 comments on commit ae0d085

Please sign in to comment.