Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Tests for Neo 0.13.1, add same object to list #634

Conversation

Moritz-Alexander-Kern
Copy link
Member

@Moritz-Alexander-Kern Moritz-Alexander-Kern commented May 13, 2024

This is related to Neo PR NeuralEnsemble/python-neo#1414 .

With this Neo PR the same object can no longer be added more than once to a given list.

Some tests in Elephant created test data by adding the same object multiple times to a list. Those tests have been fixed without changing the functionality of Elephant functions.

The tests ensuring that functions return only unique objects within a collection, even if the original list contains duplicates, have been revised. This change was made because the test is now conducted in Neo.

@coveralls
Copy link
Collaborator

coveralls commented May 13, 2024

Coverage Status

coverage: 88.222% (-0.04%) from 88.264%
when pulling 010968c on INM-6:fix/neo_0.13.1_add_same_object
into 7d85845 on NeuralEnsemble:master.

@Moritz-Alexander-Kern Moritz-Alexander-Kern added the bugfix Fix for an indentified bug. label May 13, 2024
@Moritz-Alexander-Kern Moritz-Alexander-Kern added this to the v1.2.0 milestone May 15, 2024
@Moritz-Alexander-Kern Moritz-Alexander-Kern removed the request for review from mdenker June 10, 2024 12:35
Copy link
Member Author

@Moritz-Alexander-Kern Moritz-Alexander-Kern left a comment

Choose a reason for hiding this comment

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

build wheels

@Moritz-Alexander-Kern Moritz-Alexander-Kern merged commit 6ce6558 into NeuralEnsemble:master Jun 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix for an indentified bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants