Skip to content

Instantly share code, notes, and snippets.

@rsalaza4
Created May 10, 2022 16:46
Show Gist options
  • Select an option

  • Save rsalaza4/b295247757b0ae109e9ff5150dd9add7 to your computer and use it in GitHub Desktop.

Select an option

Save rsalaza4/b295247757b0ae109e9ff5150dd9add7 to your computer and use it in GitHub Desktop.
# Control chart rules lists setup
R1_lower = []
R1_upper = []
R2_lower = ['-']
R2_upper = ['-']
R3_lower = ['-','-','-','-']
R3_upper = ['-','-','-','-']
R4_lower = ['-','-','-','-','-','-','-']
R4_upper = ['-','-','-','-','-','-','-']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment