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

Better import error #389

Merged
merged 13 commits into from
Mar 26, 2024

Update test_other.py to match new warning

cbfa664
Select commit
Loading
Failed to load commit list.
Merged

Better import error #389

Update test_other.py to match new warning
cbfa664
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 22, 2024 in 1s

73.75% (+0.39%) compared to cae6954

View this Pull Request on Codecov

73.75% (+0.39%) compared to cae6954

Details

Codecov Report

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

Project coverage is 73.75%. Comparing base (cae6954) to head (cbfa664).

Files Patch % Lines
pyoptsparse/pyOpt_utils.py 66.66% 6 Missing ⚠️
pyoptsparse/pyIPOPT/pyIPOPT.py 16.66% 5 Missing ⚠️
pyoptsparse/pyNSGA2/pyNSGA2.py 16.66% 5 Missing ⚠️
pyoptsparse/pySNOPT/pySNOPT.py 16.66% 5 Missing ⚠️
pyoptsparse/pyCONMIN/pyCONMIN.py 20.00% 4 Missing ⚠️
pyoptsparse/pyNLPQLP/pyNLPQLP.py 20.00% 4 Missing ⚠️
pyoptsparse/pyPSQP/pyPSQP.py 20.00% 4 Missing ⚠️
pyoptsparse/pySLSQP/pySLSQP.py 20.00% 4 Missing ⚠️
pyoptsparse/pyALPSO/pyALPSO.py 0.00% 2 Missing ⚠️
pyoptsparse/pyParOpt/ParOpt.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #389      +/-   ##
==========================================
+ Coverage   73.35%   73.75%   +0.39%     
==========================================
  Files          22       22              
  Lines        3318     3296      -22     
==========================================
- Hits         2434     2431       -3     
+ Misses        884      865      -19     

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