Closed nawtrey closed 2 years ago
Merging #54 (c10ef4e) into master (db9cee9) will decrease coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #54 +/- ##
==========================================
- Coverage 99.86% 99.86% -0.01%
==========================================
Files 9 9
Lines 724 723 -1
==========================================
- Hits 723 722 -1
Misses 1 1
Impacted Files | Coverage Δ | |
---|---|---|
kda/plotting.py | 100.00% <100.00%> (ø) |
Things to check:
draw_ode_results
docstring is still up-to-dateIt looks like some of the returns are still not specified, so I'll have to fix those and push them in.
I went through and double-checked every docstring. Mostly small edits, but should be a lot cleaner and more representative now.
Okay, this LGTM. Merging.
Description
Update docstrings for all functions in
kda.plotting.py
Change parameter
obj_list
in_get_panel_dimensions
ton_diagrams
and update function calls. This better reflects how the function is used and allows for more clear documentation.Close issue #46