Skip to content
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

Pytest 273 tests fail on Master #156

Open
Meganton opened this issue Nov 18, 2024 · 0 comments
Open

Pytest 273 tests fail on Master #156

Meganton opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Meganton
Copy link
Collaborator

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:

================================================================================= 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) ================================================== 
@Meganton Meganton added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant