Skip to content

Commit b4b6bbf

Browse files
Merge pull request #1228 from catalystneuro/maxwell_typos
Minor typos in Maxwell
2 parents bdac16f + 4bee2ae commit b4b6bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/rawio/maxwellrawio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _get_analogsignal_chunk(self, block_index, seg_index, i_start, i_stop,
219219
https://share.mxwbio.com/d/4742248b2e674a85be97/
220220
Then, link the decompression library by setting the `HDF5_PLUGIN_PATH` to your
221221
installation location, e.g. via
222-
os.environ['HDF5_PLUGIN_PATH'] = '/path/to/cutum/hdf5/plugin/'
222+
os.environ['HDF5_PLUGIN_PATH'] = '/path/to/custom/hdf5/plugin/'
223223
224224
Alternatively, you can use the auto_install_maxwell_hdf5_compression_plugin() below
225225
function that do it automagically.
@@ -246,7 +246,7 @@ def auto_install_maxwell_hdf5_compression_plugin(hdf5_plugin_path=None, force_do
246246
local_lib = hdf5_plugin_path / 'compression.dll'
247247

248248
if not force_download and local_lib.is_file():
249-
print(f'lib h5 compression for maxwell already already in {local_lib}')
249+
print(f'The h5 compression library for Maxwell is already located in {local_lib}!')
250250
return
251251

252252
dist = urlopen(remote_lib)

0 commit comments

Comments
 (0)