Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
dependencies = [
"click",
"pyyaml",
"cf-python",
"cf-python != 3.19.0",
"netcdf4",
"pandas",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_url_checker():
def test_relation_url_checker():
# Test that the function correctly handles valid inputs
assert (
crf.relation_url_checker("relation https://example.com", {}, label="Test") == []
crf.relation_url_checker("relation http://example.com", {}, label="Test") == []
)

# Test that the function correctly handles inputs without a space
Expand Down