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

Release 3.1.2 is causing a SyntaxError #182

Closed
samuelgrigolato opened this issue Jul 6, 2023 · 3 comments
Closed

Release 3.1.2 is causing a SyntaxError #182

samuelgrigolato opened this issue Jul 6, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@samuelgrigolato
Copy link

Syntax Error when running the 3.1.2 version. Here's the relevant console output:

> elif isinstance(options.parallel, int) and options.parallel = 0:
SyntaxError: invalid syntax

Seems related to this commit: a6451af

@adrien-berchet
Copy link
Contributor

Releasing a new version while the tests don't pass was a curious idea 😅
Let's hope it will be solved soon.

@ymyzk
Copy link
Owner

ymyzk commented Jul 6, 2023

Hello, thanks for reporting the issue. For some reason, the test failure was overlooked by myself. I merged the PR and released v3.1.3 which should fix the bug.

@ymyzk ymyzk added the bug Something isn't working label Jul 6, 2023
@samuelgrigolato
Copy link
Author

Yes, the new patch release solved the issue. Thanks for the quick response :)

dev-rinchin added a commit to sb-ai-lab/LightAutoML that referenced this issue Jul 25, 2023
dev-rinchin added a commit to sb-ai-lab/LightAutoML that referenced this issue Jul 26, 2023
* add test for presets

* add pre-commit ignores for tests

* set maxfails for pytest

- exit only after 3 failed tests
- run all tests, but run the last failures first

* install all extras before tests

* add tests for median and mean transformers

* add test for quantilietransformer

* add an example for tox

* downgrade min tox version to support py3.6

* change min_version for tox

* add py310

* Update tox-gh-action version in CI.yml

* fix tox-gh-actions error ymyzk/tox-gh-actions#182

* Update setup-python version from 2 to 4 in CI.yml

* fix python version parsing in setup-python

actions/setup-python#482
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
None yet
Development

No branches or pull requests

3 participants