Skip to content

Commit

Permalink
fix path to test-data
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Oct 5, 2023
1 parent 8747767 commit e02bab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyply/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
del Path
else:
ref_data = files('polyply') / 'data'
ref_test = files('polyply') / 'test'
ref_test = files('polyply') / 'test/test_data'
file_manager = ExitStack()
atexit.register(file_manager.close)
DATA_PATH = file_manager.enter_context(as_file(ref_data))
Expand Down

0 comments on commit e02bab7

Please sign in to comment.