We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ','
The text was updated successfully, but these errors were encountered:
swryan
Successfully merging a pull request may close this issue.
Task Description
pycodestyle 2.11.0 was released on July 29 and is a little pickier about certain spaces:
The text was updated successfully, but these errors were encountered: