You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do you mean this problem?
[email protected]
From: qianwang102
Date: 2020-12-24 10:26
To: yungshenglu/USTC-TK2016
CC: smithCoderLeo; Assign
Subject: Re: [yungshenglu/USTC-TK2016] the bug of 3_Session2Png.py (#4)
I met the same problem. How did you solve it?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub, or unsubscribe.
in the line 23 "fh=numpy.reshape(fh[:rnwidth])...", need to modify to "fh=numpy.reshape(fh[:int(rnwidth)])", the slice indexes need to be Integer
The text was updated successfully, but these errors were encountered: