Skip to content

Commit

Permalink
Update tests/test_zinc.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
athril and github-actions[bot] authored Nov 30, 2023
1 parent dbf9b7e commit 44b7a35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_zinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ def zinc():

def test_export_scaffold_into_vtk_format(zinc):
# create a temporary output file
output_location = os.path.abspath(
os.path.join(os.path.dirname(__file__), "resources/")
)
output_location = os.path.abspath(os.path.join(os.path.dirname(__file__), "resources/"))

# ensure the function returns None if the dataset has no Scaffold_Creator-settings.json file
invalid_dataset_id = 1000000
Expand Down

0 comments on commit 44b7a35

Please sign in to comment.