Closed alexarje closed 4 years ago
I think I know what this is though it is strange. Will test this on ubuntu. Could it be something related to anaconda...? ... and possibly to using f-strings in a repr function.
Can confirm this both on Windows and Ubuntu 19.10 (in virtualbox). The problem is in fact a missing "return" keyword, lol. :)
Tested on Windows 10 and Ubuntu 19.10
I get an error in the second example under chaining in the notebook. When running:
mg = mgmodule.MgObject('dance.avi', starttime=5, endtime=15, skip=3) mg.motion() mg.history() mg.motionhistory() mg.average()
I get the error: