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

New version of pycodestyle causes test failures #960

Closed
swryan opened this issue Jul 31, 2023 · 0 comments · Fixed by #961
Closed

New version of pycodestyle causes test failures #960

swryan opened this issue Jul 31, 2023 · 0 comments · Fixed by #961
Assignees
Labels
testing Related to unit/integration/regression testing

Comments

@swryan
Copy link
Contributor

swryan commented Jul 31, 2023

Task Description

pycodestyle 2.11.0 was released on July 29 and is a little pickier about certain spaces:

............................/usr/share/miniconda/envs/test/lib/python3.10/site-packages/dymos/test/test_pycodestyle.py:TestPyCodeStyle.test_pycodestyle  ... FAIL (00:00:21.00, 479 MB)
Traceback (most recent call last):
  File "/usr/share/miniconda/envs/test/lib/python3.10/site-packages/dymos/test/test_pycodestyle.py", line 73, in test_pycodestyle
    self.fail(f"Found {report.total_errors} pycodestyle errors:\n{fails}")
AssertionError: Found 2 pycodestyle errors:

/usr/share/miniconda/envs/test/lib/python3.10/site-packages/dymos/visualization/timeseries/bokeh_timeseries_report.py:8:99: E231 missing whitespace after ','
/usr/share/miniconda/envs/test/lib/python3.10/site-packages/dymos/transcriptions/explicit_shooting/ode_evaluation_group.py:8:81: E231 missing whitespace after ','
@swryan swryan added the testing Related to unit/integration/regression testing label Jul 31, 2023
@swryan swryan assigned swryan and unassigned robfalck Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to unit/integration/regression testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants