(*args, attrs=["x", "f", "cv"])
| 33 | |
| 34 | |
| 35 | def load(*args, attrs=["x", "f", "cv"]): |
| 36 | name = args[-1] |
| 37 | return tuple([load_to_test_resource(*args[:-1], f"{name}.{attr}", to="numpy") for attr in attrs]) |
no test coverage detected
searching dependent graphs…