From 92e3608283ed6944312a62f31c17afca5b7e497d Mon Sep 17 00:00:00 2001 From: bioatmosphere Date: Wed, 16 Sep 2020 11:22:11 -0700 Subject: [PATCH] updated output.py docstring --- src/output.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output.py b/src/output.py index b6352a7..41a4c6c 100644 --- a/src/output.py +++ b/src/output.py @@ -11,6 +11,7 @@ class Output(): Accepts data derived from the initialization.py and grid.py modules, and have two methods: output(): stores all time series microbes_abundance(): a special method + microbes_tradeoff(): another special method tracking intracellular carbon allocation """ def __init__(self,runtime,data_init):