-
- Downloads
There was a problem fetching the pipeline summary.
change TranslationalSymmetry.act() to reject non-integer input
Previously, if a tuple of floats was passed as the 'domain' argument to 'act' then the tags of the resulting sites would be floats, rather than integers. This is because the tags of sites created inside 'act' were not normalized to integers, as they would usually be, and this causes bugs in other locations where an integer dtype is assumed.
parent
2ae8a8d6
No related branches found
No related tags found
Pipeline #
Please register or sign in to comment