File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class TestEvaluationFunction():
2323 """
2424
2525 # Import tests that makes sure that mathematical expression comparison works as expected
26- # from .tests.symbolic_evaluation_tests import TestEvaluationFunction as TestSymbolicComparison
26+ from .tests .symbolic_evaluation_tests import TestEvaluationFunction as TestSymbolicComparison
2727
2828 # Import tests that makes sure that physical quantities are handled as expected
29- # from .tests.physical_quantity_evaluation_tests import TestEvaluationFunction as TestQuantities
29+ from .tests .physical_quantity_evaluation_tests import TestEvaluationFunction as TestQuantities
3030
3131 # Import tests that corresponds to examples in documentation and examples module
3232 from .tests .example_tests import TestEvaluationFunction as TestExamples
You can’t perform that action at this time.
0 commit comments