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

Several warnings about deprecated features used in tests #3392

Open
heplesser opened this issue Jan 13, 2025 · 1 comment
Open

Several warnings about deprecated features used in tests #3392

heplesser opened this issue Jan 13, 2025 · 1 comment
Labels
good first issue Good for newcomers I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Bug Wrong statements in the code or documentation

Comments

@heplesser
Copy link
Contributor

Several tests appear to contain deprecated features, especially from NumPy, see https://github.com/nest/nest-simulator/actions/runs/12652671066/job/35255841038#step:23:7804. We should fix these to avoid problems when the deprecated features are removed.

@heplesser heplesser added T: Bug Wrong statements in the code or documentation S: Normal Handle this with default priority I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) good first issue Good for newcomers labels Jan 13, 2025
@heplesser
Copy link
Contributor Author

We should also see if our test framework can automatically detect these warnings and mention them in the final report, so they do not go overlooked. Right now, one will only find them when browsing through the complete test output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Bug Wrong statements in the code or documentation
Projects
Status: To do
Development

No branches or pull requests

1 participant