We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75ece3 commit b7d6130Copy full SHA for b7d6130
doc/conf.py
@@ -74,7 +74,6 @@
74
"members": None,
75
"imported-members": ["petab"],
76
"inherited-members": None,
77
- "private-members": None,
78
"show-inheritance": None,
79
}
80
petab/visualize/plotter.py
@@ -55,11 +55,12 @@ def _error_column_for_plot_type_data(plot_type_data: str) -> Optional[str]:
55
56
Parameters
57
----------
58
- plot_type_data: PEtab plotTypeData value (the way replicates
59
- should be handled)
+ plot_type_data: PEtab plotTypeData value (the way replicates should be
+ handled)
60
+
61
Returns
62
-------
- Name of corresponding column
63
+ Name of corresponding column
64
"""
65
if plot_type_data == MEAN_AND_SD:
66
return "sd"
0 commit comments