pymc-resources
pymc-resources copied to clipboard
Invalid syntax in BCM/CaseStudies/MemoryRetention.ipynb
trafficstars
When running it I get
File "<ipython-input-3-9efceedc199d>", line 6
1 = np.ma.masked_values([18, 18, 16, 13, 9, 6, 4, 4, 4, -999,
^
SyntaxError: cannot assign to literal
indeed, cell 3 assigned a numpy array to...the integer 1 :rofl:
Will look into it