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

Fix SNOPT printout encoding and skip printing import warnings #392

Merged
merged 7 commits into from
Apr 24, 2024

bugfix version revert

73848dd
Select commit
Loading
Failed to load commit list.
Merged

Fix SNOPT printout encoding and skip printing import warnings #392

bugfix version revert
73848dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 23, 2024 in 1s

61.66% (-12.10%) compared to ab1618f

View this Pull Request on Codecov

61.66% (-12.10%) compared to ab1618f

Details

Codecov Report

Attention: Patch coverage is 7.69231% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 61.66%. Comparing base (ab1618f) to head (73848dd).

Files Patch % Lines
pyoptsparse/pySNOPT/pySNOPT.py 0.00% 4 Missing ⚠️
pyoptsparse/pyOpt_utils.py 33.33% 2 Missing ⚠️
pyoptsparse/pyCONMIN/pyCONMIN.py 0.00% 1 Missing ⚠️
pyoptsparse/pyNSGA2/pyNSGA2.py 0.00% 1 Missing ⚠️
pyoptsparse/pyOpt_constraint.py 0.00% 1 Missing ⚠️
pyoptsparse/pyOpt_gradient.py 0.00% 1 Missing ⚠️
pyoptsparse/pyOpt_optimization.py 0.00% 1 Missing ⚠️
pyoptsparse/pySLSQP/pySLSQP.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #392       +/-   ##
===========================================
- Coverage   73.75%   61.66%   -12.10%     
===========================================
  Files          22       22               
  Lines        3296     3292        -4     
===========================================
- Hits         2431     2030      -401     
- Misses        865     1262      +397     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.