Skip to content

Commit

Permalink
chore: rename test files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Sep 18, 2023
1 parent 256eb22 commit 9c696a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_caputo.py → tests/test_diff_caputo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pycaputo.logging import get_logger
from pycaputo.utils import Array, ScalarFunction, set_recommended_matplotlib

logger = get_logger("pycaputo.test_caputo")
logger = get_logger("pycaputo.test_diff_caputo")
set_recommended_matplotlib()

# {{{ test_caputo_lmethods
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fode.py → tests/test_fode_caputo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pycaputo.logging import get_logger
from pycaputo.utils import Array, set_recommended_matplotlib

logger = get_logger("pycaputo.test_fode")
logger = get_logger("pycaputo.test_fode_caputo")
set_recommended_matplotlib()

# {{{ solution: Section 3.3.1, Example 2 [Li2015]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pycaputo.quadrature import QuadratureMethod
from pycaputo.utils import Array, set_recommended_matplotlib

logger = get_logger("pycaputo.test_quadrature")
logger = get_logger("pycaputo.test_quad_riemann_liouville")
set_recommended_matplotlib()


Expand Down

0 comments on commit 9c696a1

Please sign in to comment.