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

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"members": None,
"imported-members": ["petab"],
"inherited-members": None,
"private-members": None,
"show-inheritance": None,
}

Expand Down
7 changes: 4 additions & 3 deletions petab/visualize/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ def _error_column_for_plot_type_data(plot_type_data: str) -> Optional[str]:

Parameters
----------
plot_type_data: PEtab plotTypeData value (the way replicates
should be handled)
plot_type_data: PEtab plotTypeData value (the way replicates should be
handled)

Returns
-------
Name of corresponding column
Name of corresponding column
"""
if plot_type_data == MEAN_AND_SD:
return "sd"
Expand Down