Skip to content

Commit

Permalink
check test file
Browse files Browse the repository at this point in the history
  • Loading branch information
TieuLongPhan committed Apr 11, 2024
1 parent 2e23e6c commit 6aa60a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Test/SynChemImputer/test_appeal_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from synrbl.SynChemImputer.appel_reaction import (
AppelReaction,
) # Make sure to import your class correctly
)


class TestAppelReaction(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion Test/SynChemImputer/test_peroxide_imputer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from synrbl.SynChemImputer.peroxide_imputer import (
PeroxidGroupImputer,
) # Replace with the actual module name
)


class TestPeroxidGroupImputer(unittest.TestCase):
Expand Down
Empty file added Test/SynUtils/__init__.py
Empty file.
1 change: 0 additions & 1 deletion Test/SynVis/test_reaction_visualizer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import unittest

from synrbl.SynVis import ReactionVisualizer
from PIL import Image

Expand Down

0 comments on commit 6aa60a2

Please sign in to comment.