Skip to content

Commit

Permalink
Update name of meshpy function
Browse files Browse the repository at this point in the history
  • Loading branch information
isteinbrecher committed Jan 10, 2025
1 parent 5fe74ae commit 3e674d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import numpy as np
import pytest
from meshpy.rotation import Rotation, rotate_coordinates
from meshpy_testing.utils import compare_string_tolerance
from meshpy_testing.conftest import compare_strings_with_tolerance

# Define the testing paths.
testing_path = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -107,7 +107,7 @@ def get_string(path):

# Check if the strings are equal, if not fail the test and show the
# differences in the strings.
files_are_equal = compare_string_tolerance(
files_are_equal = compare_strings_with_tolerance(
ref_string, dat_string, rtol=rtol, atol=atol
)
if not files_are_equal:
Expand Down

0 comments on commit 3e674d6

Please sign in to comment.