Skip to content

Commit

Permalink
Merge pull request #1083 from nschloe/release
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
nschloe authored Apr 21, 2021
2 parents 2aececc + 22cad4d commit c7c8070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = meshio
version = 4.3.12
version = 4.3.13
author = Nico Schlömer et al.
author_email = [email protected]
description = I/O for many mesh formats
Expand Down
2 changes: 1 addition & 1 deletion test/legacy_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _create_vtkarray(X, name):
# in Exodus files:
# If a vector 'v' has two components, they are called 'v_x', 'v_y'
# (note the underscore), if it has three, then they are called 'vx',
# 'vy', 'vz'. See bug <http://vtk.org/Bug/view.php?id=15894>.
# 'vy', 'vz'. See bug <https://vtk.org/Bug/view.php?id=15894>.
# For VT{K,U} files, no underscore is ever added.
pd.AddArray(_create_vtkarray(X, name))

Expand Down
3 changes: 2 additions & 1 deletion test/test_medit.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def test_generic_io():
helpers.generic_io("test.0.meshb")


# same tests with ugrid format files converted with UGC from http://www.simcenter.msstate.edu
# same tests with ugrid format files converted with UGC from
# https://www.simcenter.msstate.edu/


@pytest.mark.parametrize(
Expand Down

0 comments on commit c7c8070

Please sign in to comment.