Skip to content

Commit

Permalink
Fix relativ import of packages in test
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Jun 21, 2022
1 parent f18cc08 commit bfbcee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Import inspect to scan spotpy.parameter for all Parameter classes
import inspect
from testutils import repeat
from .testutils import repeat
# https://docs.python.org/3/library/unittest.html


Expand Down

0 comments on commit bfbcee8

Please sign in to comment.