Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nmayhall-vt committed May 3, 2023
1 parent d6f8a0c commit c5cb786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbitalpartitioning/tests/test_orbitalpartitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_orbitalpartitioning_imported():


def test1():
with open('orbitalpartitioning/tests/test_data/data_CrOCr.pickle', 'rb') as handle:
with open('orbitalpartitioning/tests/data/data_CrOCr.pickle', 'rb') as handle:
data = pickle.load(handle)


Expand Down

0 comments on commit c5cb786

Please sign in to comment.