Skip to content

Commit 22cad4d

Browse files
committed
update links
1 parent a2241a9 commit 22cad4d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/legacy_writer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _create_vtkarray(X, name):
105105
# in Exodus files:
106106
# If a vector 'v' has two components, they are called 'v_x', 'v_y'
107107
# (note the underscore), if it has three, then they are called 'vx',
108-
# 'vy', 'vz'. See bug <http://vtk.org/Bug/view.php?id=15894>.
108+
# 'vy', 'vz'. See bug <https://vtk.org/Bug/view.php?id=15894>.
109109
# For VT{K,U} files, no underscore is ever added.
110110
pd.AddArray(_create_vtkarray(X, name))
111111

test/test_medit.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def test_generic_io():
3434
helpers.generic_io("test.0.meshb")
3535

3636

37-
# same tests with ugrid format files converted with UGC from http://www.simcenter.msstate.edu
37+
# same tests with ugrid format files converted with UGC from
38+
# https://www.simcenter.msstate.edu/
3839

3940

4041
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)