Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
3 stars 1 forks source link

Update name of "cycle flux" functions to "net cycle flux" #17

Closed nawtrey closed 3 years ago

nawtrey commented 4 years ago

Pretty much exactly what the title says. It should be clear exactly what quantity is being calculated. Correcting kda.calc_cycle_flux() to kda.calc_net_cycle_flux() will make things more clear for future users.