nel-lab / mesmerize-core

High level pandas-based API for batch analysis of Calcium Imaging data using CaImAn
Other
58 stars 15 forks source link

Change get_params_diffs to only use <default> if param is actually missing #303

Closed ethanbb closed 1 month ago

ethanbb commented 2 months ago

This is a small fix, since I realized that fillna was converting actual Nones and possibly NaNs instead of just values that are missing in some of the parameter sets. Doing it this way should prevent this.