Commit b22a5e3
Make Class Label Retrieval More Lenient (#1315)
* mark production tests
* make production test run
* fix test bug -1/N
* add retry raise again after refactor
* fix str dict representation
* test: Fix non-writable home mocks
* testing: not not a change
* testing: trigger CI
* typing: Update typing
* ci: Update testing matrix
* testing: Fixup run flow error check
* ci: Manual dispatch, disable double testing
* ci: Prevent further ci duplication
* ci: Add concurrency checks to all
* ci: Remove the max-parallel on test ci
There are a lot less now and they cancel previous
puhes in the same pr now so it shouldn't be a problem anymore
* testing: Fix windows path generation
* add pytest for server state
* add assert cache state
* some formatting
* fix with cache fixture
* finally remove th finally
* doc: Fix link
* update test matrix
* doc: Update to just point to contributing
* add linkcheck ignore for test server
* add special case for class labels that are dtype string
* fix bug and add test
* formatting
---------
Co-authored-by: eddiebergman <[email protected]>1 parent 8665b34 commit b22a5e3
File tree
2 files changed
+19
-2
lines changed- openml/datasets
- tests/test_datasets
2 files changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | | - | |
912 | | - | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
913 | 923 | | |
914 | 924 | | |
915 | 925 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
632 | 633 | | |
633 | 634 | | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
634 | 641 | | |
635 | 642 | | |
636 | 643 | | |
| |||
0 commit comments