Skip to content

Commit

Permalink
Fix error at tree scale : column name is tree rather than apple_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Dec 12, 2024
1 parent 1f2c8d7 commit 0f75c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gafam/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ def full_analysis(data_dir=None, verbose=False):
LA_2019s = []
nb_GU_2018s = []
nb_GU_2019s = []
tree_columns='apple_tree trt LA_2018 LA_2019 nb_GU_2018 nb_GU_2019'
tree_columns='tree trt LA_2018 LA_2019 nb_GU_2018 nb_GU_2019'
GU_columns='tree trt years GU LeafArea nb_GU nb_leaves nb_flowers nb_fruits'
B_columns='tree trt years diameters angles'

Expand Down

0 comments on commit 0f75c13

Please sign in to comment.