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 __repr__ for parameter mapping classes #1799

Merged
merged 1 commit into from
May 20, 2022
Merged

Add __repr__ for parameter mapping classes #1799

merged 1 commit into from
May 20, 2022

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented May 19, 2022

Convenient for debugging.

@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #1799 (c5d7d3c) into develop (8546384) will increase coverage by 0.02%.
The diff coverage is 57.14%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1799      +/-   ##
===========================================
+ Coverage    77.55%   77.58%   +0.02%     
===========================================
  Files           74       74              
  Lines        12346    12349       +3     
===========================================
+ Hits          9575     9581       +6     
+ Misses        2771     2768       -3     
Flag Coverage Δ
cpp 74.31% <ø> (+0.06%) ⬆️
petab 60.75% <57.14%> (-0.02%) ⬇️
python 68.17% <28.57%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
python/amici/parameter_mapping.py 75.20% <57.14%> (-1.07%) ⬇️
src/solver_cvodes.cpp 70.52% <0.00%> (+0.16%) ⬆️
src/sundials_matrix_wrapper.cpp 81.41% <0.00%> (+0.41%) ⬆️
src/exception.cpp 81.08% <0.00%> (+5.40%) ⬆️

@sonarcloud
Copy link

sonarcloud bot commented May 19, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

28.6% 28.6% Coverage
0.0% 0.0% Duplication

@dweindl dweindl requested a review from FFroehlich May 19, 2022 15:45
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 335615c into develop May 20, 2022
@dweindl dweindl deleted the mapping_repr branch August 23, 2022 13:17
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