Skip to content

Commit

Permalink
fixed test_based for split .py
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGilardoni committed Oct 11, 2024
1 parent 10d240c commit 1533ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def test1(self):
# just test import
import MDRefine
self.assertIsNone(None)
from MDRefine import Functions
from MDRefine import data_loading, loss_and_minimizer, hyperminimizer, MDRefinement
def test2(self):
self.assertEqual(3,3)
def test3(self):
Expand Down

0 comments on commit 1533ecc

Please sign in to comment.