-
Notifications
You must be signed in to change notification settings - Fork 29
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
beartype and typeguard don't like the NDArray repr #115
Comments
And with typeguard:
|
https://build.opensuse.org/request/show/1147711 by user mcepl + anag+factory - Did the upstream just released different tarball with the same version number? Yes, they did! - Rebased patches - Update to 2.5.0 * Added the column wildcard in structure expressions to allow expressing 'a structure with at least ...'. * Fixed the help text for functions that use nptyping types as hints. * Fixed the distribution of dataframe.pyi that was missing. * Fixed the sdist to include tests and dependencies. - Fix the test suite. * The -k parameter for unittests does not know negative patterns * Don't test with beartype and typeguard: gh#ramonhagenaars/nptyping#115 * Drop skip-pyright-tests.patch, delete file instead * Drop skip_pandas.patch.
Hello, I have the same problem. |
https://build.opensuse.org/request/show/1147711 by user mcepl + anag+factory - Did the upstream just released different tarball with the same version number? Yes, they did! - Rebased patches - Update to 2.5.0 * Added the column wildcard in structure expressions to allow expressing 'a structure with at least ...'. * Fixed the help text for functions that use nptyping types as hints. * Fixed the distribution of dataframe.pyi that was missing. * Fixed the sdist to include tests and dependencies. - Fix the test suite. * The -k parameter for unittests does not know negative patterns * Don't test with beartype and typeguard: gh#ramonhagenaars/nptyping#115 * Drop skip-pyright-tests.patch, delete file instead * Drop skip_pandas.patch.
Testing with beartype 0.17 produces the following output:
The text was updated successfully, but these errors were encountered: