You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variables now work. Due to some idiosyncrasies with Julia's metaprogramming, you first have to define the upright function as a @formula then you can use it in combination with @eval and interpolation with $
upright =@formula s ->abs(s[1]) < π /4
ψ =@eval@formula□($upright)
Also note that if you want to use variable thresholds, you have to do the same thing:
Solve this (per discussion earlier):
The text was updated successfully, but these errors were encountered: