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 Matlab interface (diagnostics dimensions) #1447

Merged
merged 2 commits into from
Mar 8, 2021
Merged

Fix Matlab interface (diagnostics dimensions) #1447

merged 2 commits into from
Mar 8, 2021

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Mar 8, 2021

Got broken in #1438, because matlab and python have different expectation on field lengths.
Matlab expects values only for finite timepoints, python for all timepoints.

Got broken in #1438, because matlab and python have difference expectation on field lengths.
Matlab expects values only for finite timepoints, python for all timepoints.
@dweindl dweindl requested a review from FFroehlich March 8, 2021 15:28
@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #1447 (40473a1) into develop (33ca51e) will increase coverage by 0.00%.
The diff coverage is 93.10%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1447   +/-   ##
========================================
  Coverage    79.10%   79.11%           
========================================
  Files           66       66           
  Lines        10119    10139   +20     
========================================
+ Hits          8005     8021   +16     
- Misses        2114     2118    +4     
Flag Coverage Δ
cpp 75.77% <ø> (-0.03%) ⬇️
petab 69.43% <50.00%> (-0.22%) ⬇️
python 67.46% <86.20%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
python/amici/ode_export.py 92.70% <93.10%> (-0.07%) ⬇️
src/sundials_matrix_wrapper.cpp 84.21% <0.00%> (-0.43%) ⬇️

Copy link
Member

@FFroehlich FFroehlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💩

@dweindl dweindl merged commit 53dc295 into develop Mar 8, 2021
@sonarcloud
Copy link

sonarcloud bot commented Mar 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@FFroehlich FFroehlich deleted the fix_matlab branch March 8, 2021 20:59
@dweindl dweindl mentioned this pull request Mar 16, 2021
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.

2 participants