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 transfer function colon indexing #872

Merged
merged 2 commits into from
Sep 13, 2023
Merged

fix transfer function colon indexing #872

merged 2 commits into from
Sep 13, 2023

Conversation

baggepinnen
Copy link
Member

Closes #871

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.51% 🎉

Comparison is base (6540a25) 91.21% compared to head (d8a077a) 92.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #872      +/-   ##
==========================================
+ Coverage   91.21%   92.72%   +1.51%     
==========================================
  Files           5        5              
  Lines         330      330              
==========================================
+ Hits          301      306       +5     
+ Misses         29       24       -5     

see 1 file with indirect coverage changes

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

@JuliaControlBot
Copy link

This is an automated message.
Plots were compared to references. 11/11 images have changed, see differences below.
After pulling this PR, please update the reference images by creating a PR to ControlExamplePlots.jl here.

Difference Reference Image New Image
❌ 0.047 Reference New
✔️ 0.011 Reference New
✔️ 0.001 Reference New
✔️ 0.001 Reference New
✔️ 0.007 Reference New
✔️ 0.003 Reference New
✔️ 0.0 Reference New
⚠️ 0.028 Reference New
❌ 0.06 Reference New
✔️ 0.0 Reference New
⚠️ 0.017 Reference New

@baggepinnen baggepinnen merged commit f3848b2 into master Sep 13, 2023
6 checks passed
@baggepinnen baggepinnen deleted the colonind branch September 13, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using : for indexing does not works on TransferFunction
2 participants