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

Remove zero arg methods of + and * from linalg tests #56184

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

fredrikekre
Copy link
Member

@fredrikekre fredrikekre commented Oct 16, 2024

There are tests elsewhere that i) make sure there is no zero-arg methods of these functions and ii) tests that e.g. +() throws a MethodError. Without this patch there are test errors whenever the same test process runs both of these tests.

Fix #56190, fix #56136.

There are tests elsewhere that i) make sure there is no zero-arg methods
of these functions and ii) tests that e.g. `+()` throws a `MethodError`.
Without this patch there are test errors whenever the same test process
runs both of these tests.
@fredrikekre fredrikekre merged commit f5937b4 into master Oct 16, 2024
7 checks passed
@fredrikekre fredrikekre deleted the fe/zero branch October 16, 2024 11:46
giordano pushed a commit that referenced this pull request Nov 11, 2024
There are tests elsewhere that i) make sure there is no zero-arg methods
of these functions and ii) tests that e.g. `+()` throws a `MethodError`.
Without this patch there are test errors whenever the same test process
runs both of these tests.

(cherry picked from commit f5937b4)
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.

errorshow is frequently failing CI StackOverflowError in errorshow.jl tests caused by a failed process
2 participants