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

Rename clashing variables in test #3498

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Rename clashing variables in test #3498

merged 1 commit into from
Apr 24, 2024

Conversation

schillic
Copy link
Member

This was causing the following warnings:

┌ Warning: Assignment to `SSPZ` in soft scope is ambiguous because a global variable by the same name exists: `SSPZ` will be treated as a new local. Disambiguate by using `local SSPZ` to suppress this warning or `global SSPZ` to assign to the existing global variable.
└ @ ~/work/LazySets.jl/LazySets.jl/test/Sets/SparsePolynomialZonotope.jl:109
┌ Warning: Assignment to `SPZ` in soft scope is ambiguous because a global variable by the same name exists: `SPZ` will be treated as a new local. Disambiguate by using `local SPZ` to suppress this warning or `global SPZ` to assign to the existing global variable.
└ @ ~/work/LazySets.jl/LazySets.jl/test/Sets/SparsePolynomialZonotope.jl:110

@schillic schillic marked this pull request as ready for review April 24, 2024 06:27
@schillic schillic merged commit ab6eaed into master Apr 24, 2024
7 checks passed
@schillic schillic deleted the schillic/test_warn branch April 24, 2024 06:30
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.

1 participant