Skip to content

Commit

Permalink
Blacken.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Apr 18, 2023
1 parent 083dc3e commit f047673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/IO/test_tuple.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import BioSimSpace as BSS


def test_tuple():
"""Check that we can read from a tuple of files."""
BSS.IO.readMolecules(("test/input/ala.crd", "test/input/ala.top"))
1 change: 1 addition & 0 deletions test/Sandpit/Exscientia/IO/test_tuple.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import BioSimSpace.Sandpit.Exscientia as BSS


def test_tuple():
"""Check that we can read from a tuple of files."""
BSS.IO.readMolecules(("test/input/ala.crd", "test/input/ala.top"))

0 comments on commit f047673

Please sign in to comment.