czbiohub-sf / shrimPy

shrimPy: Smart High-throughput Robust Imaging & Measurement in Python
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Fix bug in test_estimate_stabilization #148

Closed ieivanov closed 4 months ago

ieivanov commented 4 months ago

New call to df.ffill() outputs floats which need to be converted to ints for indexing

edyoshikun commented 4 months ago

Let's merge this to fix the remaining CI bugs on other PRs