We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e32ba commit 9bca97aCopy full SHA for 9bca97a
1 file changed
PyStemmusScope/iostreamer.py
@@ -73,7 +73,7 @@ def _copy_data(input_dir, config):
73
input_dir: Path to the input directory.
74
config: Dictionary containing all the paths.
75
"""
76
- folder_list_vegetation = ["directional", "fluspectpParameters", "leafangles",
+ folder_list_vegetation = ["directional", "fluspect_parameters", "leafangles",
77
"radiationdata", "soil_spectrum"]
78
for folder in folder_list_vegetation:
79
os.makedirs(input_dir / folder, exist_ok=True)
0 commit comments