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

add fast path for kd=0 in pid_2dof #957

Merged
merged 1 commit into from
Jan 16, 2025

add fast path for kd=0 in pid_2dof

7068fbd
Select commit
Loading
Failed to load commit list.
Merged

add fast path for kd=0 in pid_2dof #957

add fast path for kd=0 in pid_2dof
7068fbd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 16, 2025 in 1s

92.79% (-0.01%) compared to 82a5014

View this Pull Request on Codecov

92.79% (-0.01%) compared to 82a5014

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.79%. Comparing base (82a5014) to head (7068fbd).

Files with missing lines Patch % Lines
lib/ControlSystemsBase/src/pid_design.jl 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #957      +/-   ##
==========================================
- Coverage   92.79%   92.79%   -0.01%     
==========================================
  Files          41       41              
  Lines        4958     4966       +8     
==========================================
+ Hits         4601     4608       +7     
- Misses        357      358       +1     

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