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
@philipGaudreau Hmmmm this should have been caught by unit tests if something changed in a release... Working on seeing why it isn't covered and seeing what patch is needed.
…ations. updated docs. Fixes detecting cycles in graphs. Fixesfidelity#260 and issues with Tuples enforcing len and checking type. bumped black support for 3.10. added pre-commit hooks. updated linter.
Describe the bug
When trying to reproduce an example from https://fidelity.github.io/spock/advanced_features/Advanced-Types#nested-list-tuple-and-dict-types, I get an error saying that
Subscripted generics cannot be used with class and instance checks
.To Reproduce
Steps to reproduce the behavior:
python <file>
Expected behavior
No error. but I get
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: