Skip to content

Commit

Permalink
Update analysis.py (#259)
Browse files Browse the repository at this point in the history
* Update analysis.py

Incorrect return type documented which is confusing for usage.

* Fix flaxe8 line length

Co-authored-by: Jorge Carrasco <[email protected]>
  • Loading branch information
matthiaskoenig and carrascomj authored Nov 9, 2020
1 parent 4ae0cdb commit e2fdbf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cameo/flux_analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ def flux_variability_analysis(model, reactions=None, fraction_of_optimum=0., pfb
Returns
-------
pandas.DataFrame
Pandas DataFrame containing the results of the flux variability analysis.
FluxVariabilityResult
FluxVariabilityResult with DataFrame data_frame property containing the results of the flux variability
analysis.
"""
if view is None:
Expand Down

0 comments on commit e2fdbf8

Please sign in to comment.