Skip to content
Snippets Groups Projects
Commit f4e7047a authored by Reto Tschannen's avatar Reto Tschannen
Browse files

chore:try3 fixing flake8 errors

parent 9d593cbd
No related branches found
No related tags found
1 merge request!13feat: add function to calculate mean and variance
Pipeline #13856 failed
......@@ -26,6 +26,7 @@ def mean_variance(filepath: str, output_dir: str = os.getcwd()+'/') -> str:
ValueError: If there are no files in directory
"""
# Open each file in the input directory, raises error if no file is found
files = [file for file in glob(filepath)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment