Skip to content

Commit

Permalink
Update to newer black version
Browse files Browse the repository at this point in the history
  • Loading branch information
avaucher committed Feb 6, 2023
1 parent f2cc518 commit 38d725c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_miscellaneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def test_canonicalize_any_on_multicomponent_smiles() -> None:


def test_canonicalize_any_on_reaction_smiles() -> None:

# Basic examples
assert canonicalize_any("CC(C)>>C(O)") == "CCC>>CO"
assert canonicalize_any("CC(C)>C(O)>C(O)") == "CCC>CO>CO"
Expand Down
1 change: 0 additions & 1 deletion tests/test_smiles_randomization.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_reproducibility() -> None:
adenine = "Nc1ncnc2[nH]cnc12"

for fn in randomization_functions:

samples = []
for _ in range(10):
random.seed(42)
Expand Down

0 comments on commit 38d725c

Please sign in to comment.