Skip to content

Commit

Permalink
Remove Redondant input
Browse files Browse the repository at this point in the history
  • Loading branch information
mngauthier committed Mar 5, 2020
1 parent ff2c1cd commit 417b7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion senescwheat/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#: the inputs needed by SenescWheat at element scale
SENESCWHEAT_ELEMENTS_INPUTS = ['green_area', 'senesced_length_element', 'length', 'proteins', 'mstruct','senesced_mstruct', 'max_proteins', 'Nstruct', 'nitrates', 'amino_acids', 'starch', 'fructan',
'cytokinins', 'nitrates', 'sucrose', 'is_growing', 'max_mstruct', 'Nresidual', 'age']
'cytokinins', 'sucrose', 'is_growing', 'max_mstruct', 'Nresidual', 'age']

#: the outputs computed by SenescWheat at roots scale
SENESCWHEAT_ROOTS_OUTPUTS = ['rate_mstruct_death', 'mstruct','senesced_mstruct', 'Nstruct', 'cytokinins']
Expand Down

0 comments on commit 417b7b8

Please sign in to comment.