Skip to content

Commit

Permalink
file path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Nov 21, 2023
1 parent 50f58b3 commit 52af08b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cfdm/test/create_test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
VN = cfdm.CF()

# Load large arrays
arrays = np.load("create_test_files.npz")
filename = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "create_test_files.npz"
)
arrays = np.load(filename)


# --------------------------------------------------------------------
Expand Down

0 comments on commit 52af08b

Please sign in to comment.