Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neo/io/blackrockio_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ def __get_nsx_param_variant_a(self, param_name, nsx_nb):
nsx_parameters = {
'labels': labels,
'units': np.array(
['uV'] *
[b'uV'] *
self.__nsx_basic_header[nsx_nb]['channel_count']),
'min_analog_val': -1 * np.array(dig_factor),
'max_analog_val': np.array(dig_factor),
Expand Down
2 changes: 1 addition & 1 deletion neo/test/iotest/test_blackrockio.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_load_muliple_nsx(self):
@unittest.skipUnless(HAVE_SCIPY, "requires scipy")
def test_compare_blackrockio_with_matlabloader_v21(self):
"""
This test compares the output of ReachGraspIO.read_block() with the
This test compares the output of BlackrockIO.read_block() with the
output generated by a Matlab implementation of a Blackrock file reader
provided by the company. The output for comparison is provided in a
.mat file created by the script create_data_matlab_blackrock.m.
Expand Down