Open Meganton opened 1 week ago
I have many failed tests, one in test_examples, the rest in test_neps_state on the Master-Branch On Windows 11, Python 3.10.0, on a clean install via poetry install, pytest returns:
poetry install
pytest
================================================================================= test session starts ================================================================================== platform win32 -- Python 3.10.0, pytest-7.4.4, pluggy-1.5.0 rootdir: C:\Users\Amega\Git\neps configfile: pyproject.toml plugins: jaxtyping-0.2.19, cases-3.8.6, typeguard-4.4.0 collected 724 items / 6 deselected / 1 skipped / 718 selected tests\test_config_encoder.py ....... [ 0%] tests\test_domain.py .................... [ 3%] tests\test_examples.py ..x. [ 4%] tests\test_samplers.py ....... [ 5%] tests\test_search_space_functions.py .. [ 5%] tests\test_neps_api\test_api.py ... [ 5%] tests\test_runtime\test_default_report_values.py ... [ 6%] tests\test_runtime\test_error_handling_strategies.py ..... [ 7%] tests\test_runtime\test_stopping_criterion.py ........ [ 8%] tests\test_settings\test_settings.py ....... [ 9%] tests\test_state\test_filebased_neps_state.py ................................ [ 13%] tests\test_state\test_neps_state.py ....xxxxxxxxxxxxxxx.......xxxx......xxxxxxxxxxxxxxx.................xxxxxxxxxxxxxxx.......xxxx......xxxxxxxxxxxxxxx.................xxxxxxxxx [ 33%] xxxxxx.......xxxx......xxxxxxxxxxxxxxx.................xxxxxxxxxxxxxxx.......xxxx......xxxxxxxxxxxxxxx.................xxxxxxxxxxxxxxx.......xxxx......xxxxxxxxxxxxxxx........... [ 57%] ......xxxxxxxxxxxxxxx.......xxxx......xxxxxxxxxxxxxxx.................xxxxxxxxxxxxxxx.......xxxx......xxxxxxxxxxxxxxx.................xxxxxxxxxxxxxxx.......xxxx......xxxxxxxxxxx [ 82%] xxxx............. [ 84%] tests\test_state\test_rng.py ... [ 85%] tests\test_state\test_synced.py ............................................................ [ 93%] tests\test_state\test_trial.py ...... [ 94%] tests\test_yaml_run_args\test_yaml_run_args.py ........... [ 96%] tests\test_yaml_run_args\test_declarative_usage_docs\test_declarative_usage_docs.py ......... [ 97%] tests\test_yaml_run_args\test_run_args_by_neps_run\test_neps_run.py ...... [ 98%] tests\test_yaml_search_space\test_search_space.py ............. [100%] ================================================== 445 passed, 1 skipped, 6 deselected, 273 xfailed, 15 warnings in 160.84s (0:02:40) ==================================================
I have many failed tests, one in test_examples, the rest in test_neps_state on the Master-Branch On Windows 11, Python 3.10.0, on a clean install via
poetry install
,pytest
returns: