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

[v14 - Ready] Fix deprecated method usage and unnecessary prints while tests run #928

Merged
merged 6 commits into from
Jun 10, 2024

Conversation

TorkelE
Copy link
Member

@TorkelE TorkelE commented Jun 8, 2024

With the test log now mostly cleaned of Symbolics stuff, I have been able to go through the other stuff in there and fix it. This PR fixes a couple of incorrect method usage (a few cases where I do sys.field and not get_field(sys)). It also fixes some usage in the test files which leads to unnecessary warnings. Finally, I remove some cases where log messages are printed unnecessarily (producing unnecessary test in the test log).

Edit: There are some cases that still remain, I am looking into these, but might take a while to figure out some stuff which is produced by other packages.

Project.toml Show resolved Hide resolved
@TorkelE TorkelE changed the title Fix depricated method usage and unnecessary prints while tests run [WI{] Fix deprecated method usage and unnecessary prints while tests run Jun 8, 2024
@TorkelE TorkelE changed the title [WI{] Fix deprecated method usage and unnecessary prints while tests run [WI] Fix deprecated method usage and unnecessary prints while tests run Jun 8, 2024
@TorkelE TorkelE changed the title [WI] Fix deprecated method usage and unnecessary prints while tests run [WIP] Fix deprecated method usage and unnecessary prints while tests run Jun 8, 2024
@TorkelE TorkelE changed the title [WIP] Fix deprecated method usage and unnecessary prints while tests run [v14 - Ready] Fix deprecated method usage and unnecessary prints while tests run Jun 10, 2024
@TorkelE TorkelE merged commit 3f3f3c6 into master Jun 10, 2024
3 of 7 checks passed
@TorkelE TorkelE deleted the fix_depricated_methods branch June 10, 2024 14:54
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.

None yet

2 participants