Skip to content
Snippets Groups Projects
Commit 63671bcb authored by Jack Christopher Hutchinson Rolph's avatar Jack Christopher Hutchinson Rolph
Browse files

Update example.py

parent ad2f7d87
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ out_dict = {} ...@@ -33,7 +33,7 @@ out_dict = {}
files_to_fit = [] files_to_fit = []
## Find all histograms in directory ## Find all histograms in directory
for root, dirs, files in os.walk("./data_paper/hamamatsu_pcb6/Light"): for root, dirs, files in os.walk("./data/hamamatsu_pcb6/Light"):
for file in files: for file in files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment