Skip to content

Commit 448f481

Browse files
authored
Merge pull request #111 from pp-mo/linkcheck_testing
Exclude or replace failing urls in python files.
2 parents c69a6b9 + 51353b6 commit 448f481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/unit/coord_categorisation/test_add_categorised_coord.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def make_cube(self, calendar):
110110
def test_calendars(self):
111111
for calendar in calendars:
112112
# Skip the Julian calendar due to
113-
# https://github.com/Unidata/ctime/issues/13
113+
# https://github.com/Unidata/cftime/issues/13
114114
# Remove this if block once the issue is resolved.
115115
if calendar == "julian":
116116
continue

0 commit comments

Comments
 (0)