-
Notifications
You must be signed in to change notification settings - Fork 6
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
expt 0.4.1 breaks in python 3.10 #24
Comments
* Refactor rliable * plot xlabel * set a faster default value for bootstrap reps * Display global steps properly * use `--rliable` command * bug fix * typo * refactor rliable logic out * bump poetry version * remove CI on push * typo fix * fix python 3.10 type guard wookayin/expt#24 * bump version; update docs * update docs * Update test.yaml
* Refactor rliable * plot xlabel * set a faster default value for bootstrap reps * Display global steps properly * WIP - works for multi metric in MORL * Display titles only on top row, and ylabels only on left column * Fix issue with dropna removing valid rows * Update plots and command * Fix runtime scaling * use `--rliable` command * bug fix * typo * refactor rliable logic out * bump poetry version * remove CI on push * typo fix * fix python 3.10 type guard wookayin/expt#24 * bump version; update docs * update docs * Add CI computation * push changes * update multi metrics example * bump version * bug fix * by default check empty runs --------- Co-authored-by: Costa Huang <[email protected]>
Thanks for the report. Yes, indeed the line
is a not typing. This is no longer a problem in the master branch as have been fixed since 1166a49, but I will backport the fix because people would want a stable version that works. A workaround would be specifying the argument explicitly: |
A recent version of typeguard raises an error when the default argument for Experiment.__init__(hypotheses=...) is used. This is a backport patch applied towards v0.4.2; on the master branch this already has been fixed (see 1166a49).
This is actually a |
seems to break in python 3.10.
The text was updated successfully, but these errors were encountered: