Skip to content

Instantly share code, notes, and snippets.

@thomasaarholt
Created March 28, 2019 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasaarholt/6c9997350b2f6f12e0e44c9160ba9579 to your computer and use it in GitHub Desktop.
Save thomasaarholt/6c9997350b2f6f12e0e44c9160ba9579 to your computer and use it in GitHub Desktop.
import numpy as np
machineTime = {
'm1': {
'p1':20,
'p2':np.nan,
'p3':70,
'p4':4,
},
'm2': {
'p1':50,
'p2':np.nan,
'p3':80,
'p4':4,
},
}
machinetime[m][p]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment