pymc-resources icon indicating copy to clipboard operation
pymc-resources copied to clipboard

Invalid syntax in BCM/CaseStudies/MemoryRetention.ipynb

Open MarcoGorelli opened this issue 4 years ago • 0 comments
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

MarcoGorelli avatar Dec 09 '20 08:12 MarcoGorelli