Skip to content

Commit

Permalink
GZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed Feb 25, 2022
1 parent 98234c9 commit 07b98b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structuremap/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def download_alphafold_pae(
dist = np.array(data[0]['distance'])
data_list = [('dist', dist)]
if getattr(sys, 'frozen', False):
print('Using frozen h5py w/o compression')
print('Using frozen h5py w/ gzip compression')
with h5py.File(name_out, 'w') as hdf_root:
for key, data in data_list:
print(f'h5py {key}')
Expand Down

0 comments on commit 07b98b7

Please sign in to comment.