teamtomo / starfile

STAR file I/O in Python
https://teamtomo.org/starfile/
BSD 3-Clause "New" or "Revised" License
44 stars 19 forks source link

fix warnings in tests #51

Closed alisterburt closed 8 months ago

alisterburt commented 9 months ago
alisterburt commented 8 months ago

hey @jojoelfe - you're right this is the PR that's giving me trouble.

Summary:

jojoelfe commented 8 months ago

Hey, just pushed a PR against the pyarrow branch. I think the problem was somewhere else. Before I was resetting columns that contain only NaNs to their original string, but that ment setting a column of type float to a string. Now the whole columns are being replaced, which also replaces the dtype.

alisterburt commented 8 months ago

all green, let's goooo