Skip to content

Commit

Permalink
turn off debug mode. this refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Oct 3, 2024
1 parent 2976e1c commit aec8877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/__code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class DataType:
cleaned_images = 'cleaned images'


DEBUG = True
DEBUG = False
debug_folder = {DataType.sample: "/SNS/VENUS/IPTS-33699/shared/autoreduce/mcp/September20_2024_PurpleCar_GoldenRatio_CT_5_0_C_Cd_inBeam_Resonance",
DataType.ob: "/SNS/VENUS/IPTS-33699/shared/autoreduce/mcp/September19_2024_OpenBeam_28_0_C_Resonance",
DataType.cleaned_images: '/SNS/VENUS/IPTS-33699/shared/processed_data/jean_test',
Expand Down

0 comments on commit aec8877

Please sign in to comment.