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 create_parameter_df: Exclude rule targets #149

Merged
merged 3 commits into from
Nov 29, 2019

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Nov 28, 2019

Closes #148

@codecov-io
Copy link

codecov-io commented Nov 28, 2019

Codecov Report

Merging #149 into develop will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #149      +/-   ##
===========================================
+ Coverage    72.11%   72.13%   +0.02%     
===========================================
  Files           12       12              
  Lines         1151     1152       +1     
  Branches       262      262              
===========================================
+ Hits           830      831       +1     
  Misses         273      273              
  Partials        48       48
Impacted Files Coverage Δ
petab/core.py 79.76% <100%> (+0.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f63ace7...f7338a0. Read the comment docs.

@@ -676,20 +676,25 @@ def create_parameter_df(sbml_model: libsbml.Model,
placeholders |= get_placeholders(v['formula'], get_observable_id(k),
'observable')
for k, v in sigmas.items():
placeholders |= get_placeholders(v, get_observable_id(k), 'noise')
placeholders |= get_placeholders(v, get_observable_id(k),
'noise')
Copy link
Member

Choose a reason for hiding this comment

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

wow

@dweindl dweindl merged commit 82ff3dc into develop Nov 29, 2019
@dweindl dweindl deleted the fix_create_parameter_df branch November 29, 2019 00:29
This was referenced Dec 4, 2019
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.

None yet

3 participants