Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small bug, and added an example forecast file
Browse files Browse the repository at this point in the history
akleeman committed Dec 26, 2015
1 parent 95d184a commit 445189b
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added data/gridded_gefs_2015-12-26_1912.fcst
Binary file not shown.
2 changes: 1 addition & 1 deletion slocum/run.py
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ def handle_gui():
filename = askopenfilename()# show an "Open" dialog box and return the path to the selected file


with open(filename, 'r') as f:
with open(filename, 'rb') as f:
payload = f.read()
# decompress
fcst = compress.decompress_dataset(payload)

0 comments on commit 445189b

Please sign in to comment.