JuliaReach / LazySets.jl

Scalable symbolic-numeric set computations in Julia
https://juliareach.github.io/LazySets.jl/
Other
226 stars 32 forks source link

Rename clashing variables in test #3498

Closed schillic closed 3 months ago

schillic commented 3 months ago

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