Skip to content

Conversation

@h-mayorquin
Copy link
Contributor

OK, @zm711.

I won't have time to fix the file name on gin this week but at least this way you can merge knowing that there is a test for file ordering in the one file per channel case:

#1676

@zm711 zm711 merged commit 8720bb2 into NeuralEnsemble:master Apr 2, 2025
5 checks passed
@zm711 zm711 added this to the 0.14.1 milestone Apr 2, 2025
@h-mayorquin h-mayorquin deleted the add_another_test branch April 2, 2025 14:35
data_from_neo = intan_reader.get_analogsignal_chunk(channel_ids=[channel_name], stream_index=amplifier_stream_index).squeeze()
np.testing.assert_allclose(data_raw, data_from_neo)

def test_correct_reading_one_file_per_channel_rhs_stim(self):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplication?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right one of the tests got duplicated. Weird I honestly thought it was a diff issue, but it must have been that the tests got reorganized so it didn't connected that they were the same? Not sure. But yeah we should clean that. I doesn't hurt anything, but it's untidy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants