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
Hi there, went back to a project I started a while back with cylindrical tissues. The code used to work fine but am now encountering an error while trying to generate a cylindrical tissue. I have included the traceback as well, seems to be an issue with the __setitem__(self, key, value) function in pandas.
Hi @sniffo thanks for the bug report - I actually fixed the issue in the zarr branch (see PR #248), I'll merge the branch today, although the work is not complete, and you can install from source then
Hi there, went back to a project I started a while back with cylindrical tissues. The code used to work fine but am now encountering an error while trying to generate a cylindrical tissue. I have included the traceback as well, seems to be an issue with the
__setitem__(self, key, value)
function in pandas.The code I am trying to run:
Traceback:
Python Version: 3.9.7
Tyssue Version: 0.8.1
Pandas Version: 1.3.4
I am currently trying to work out a fix, but thought it would be useful for all to know.
The text was updated successfully, but these errors were encountered: