Skip to content

Commit 43ea853

Browse files
committed
rm ref Bryan
1 parent 4792342 commit 43ea853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/s3_exploratory/test_s3_reduction.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ def make_tempfile():
1919
"""Make dummy data."""
2020
temp_folder = tempfile.mkdtemp()
2121
s3_testfile = os.path.join(temp_folder,
22-
's3_test_bizarre.nc') # Bryan likes this name
22+
's3_test_bizarre.nc')
2323
print(f"S3 Test file is {s3_testfile}")
2424
if not os.path.exists(s3_testfile):
2525
make_vanilla_ncdata(filename=s3_testfile)
2626

2727
local_testfile = os.path.join(temp_folder,
28-
'local_test_bizarre.nc') # Bryan again
28+
'local_test_bizarre.nc')
2929
print(f"Local Test file is {local_testfile}")
3030
if not os.path.exists(local_testfile):
3131
make_vanilla_ncdata(filename=local_testfile)

0 commit comments

Comments
 (0)