Skip to content

Commit

Permalink
Fixes spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Mar 3, 2020
1 parent 7785726 commit 73a63aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_big_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def setUp(self):
if workdir is None:
prefix = sys.prefix
else:
prefix = os.path.join(wordir, "cdms")
prefix = os.path.join(workdir, "cdms")
md5_files = os.path.join(prefix, "share/test_big_data_files.txt")
test_file = "so_Omon_CESM2_historical_r1i1p1f1_gn_185001-201412.nc"
path = Util.get_sampledata_path()
Expand Down

0 comments on commit 73a63aa

Please sign in to comment.