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
The problematic query uses a function that casts all elements within a State to the abstract type "State". However, States can also contain pseudo states which do not inherit "State", therefore breaking the entire query.
The text was updated successfully, but these errors were encountered:
The problematic query uses a function that casts all elements within a State to the abstract type "State". However, States can also contain pseudo states which do not inherit "State", therefore breaking the entire query.
The text was updated successfully, but these errors were encountered: