Skip to content

Commit

Permalink
Final datatypes and test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryPetrochenkov-NOAA committed May 16, 2024
1 parent a241aad commit 6e2ca17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
requires-python = ">=3.8"
keywords = ["geospatial", "evaluations"]
license = {text = "MIT"}
version = "0.2.6"
version = "0.2.7"
dynamic = ["readme", "dependencies"]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/cases_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def case_make_pairing_dict(
pairing_dict_fn_inputs = [
(1, 2, {(1, 2): 3}, 3),
(9, 10, {(9, 10.0): 1}, 1),
(-1, 10, {(-1, 10): np.nan}, np.nan),
(-1.0, 10.0, {(-1.0, 10.0): np.nan}, np.nan),
]


Expand Down

0 comments on commit 6e2ca17

Please sign in to comment.