Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@plakrisenko
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #372 into develop will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #372      +/-   ##
===========================================
+ Coverage    77.75%   77.78%   +0.03%     
===========================================
  Files           22       22              
  Lines         2063     2066       +3     
  Branches       475      475              
===========================================
+ Hits          1604     1607       +3     
  Misses         339      339              
  Partials       120      120
Impacted Files Coverage Δ
petab/visualize/helper_functions.py 88.68% <100%> (+0.1%) ⬆️
petab/visualize/plotting_config.py 47.56% <100%> (+0.64%) ⬆️
petab/visualize/plot_data_and_simulation.py 75.75% <100%> (ø) ⬆️

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 daa342b...ea79470. Read the comment docs.

order:

| plotId | [plotName] | plotTypeSimulation | plotTypeData | datasetId | ...
| plotId | [plotName] | [plotTypeSimulation] | [plotTypeData] | [datasetId] | ...
Copy link
Contributor

Choose a reason for hiding this comment

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

so far, I think datasetId and xValues are mandatory.
Question: If we want to change that, that would mean the only mandatory column would be plotId, does this make sense? What should then be plotted if just plotId is provided?

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, in a way it still makes sense, as it allows to specify values different from defaults only for a subset of optional columns. However, if there is only one column in vis_spec, maybe we should show some message.

Copy link
Contributor

Choose a reason for hiding this comment

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

okay, sounds good 👍

- `yScale` [STRING]
- `yScale` [STRING, OPTIONAL]

Scale of the observable, can be `lin`, `log`, or `log10`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Adding: Default is 'lin'?

@plakrisenko plakrisenko merged commit 86d10cb into develop Mar 8, 2020
@dweindl dweindl mentioned this pull request Mar 18, 2020
dweindl added a commit that referenced this pull request Mar 18, 2020
Release 0.1.5

Library:

* New create empty observable function (issue 386) (#387)
* Deprecate petab.sbml.globalize_parameters (#381)
* Fix computing log10 likelihood (#380)
* Documentation update and typehints for visualization  (#372)
* Ordered result of `petab.get_output_parameters`
* Fix missing argument to parameters.create_parameter_df

Documentation:
* Add overview of supported PEtab feature in toolboxes
* Add contribution guide
* Fix optional values in documentation (#378)
@plakrisenko plakrisenko deleted the pl_visualization branch March 23, 2020 08:55
@plakrisenko plakrisenko mentioned this pull request Mar 23, 2020
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.

3 participants