correct test for equality for series

This commit is contained in:
sneakers-the-rat 2024-08-07 18:56:01 -07:00
parent 9e7c53344d
commit 362965daf5
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -164,7 +164,7 @@ def test_dynamictable_region_basic(electrical_series):
# b) every other object in the chain is strictly validated,
# so we assume if we got a right shaped df that it is the correct one.
# feel free to @ me when i am wrong about this
assert row.id == 4
assert all(row.id == 4)
assert row.shape == (1, 7)
# and we should still be preserving the model that is the contents of the cell of this row
# so this is a dataframe row with a column "group" that contains an array of ElectrodeGroup