Commit d803136
Return NaN instead of crashing when every EMD stratum is too small (#131)
* return nan instead of crashing when every emd stratum is too small
* Guard the pd.concat() calls in both the horizontal and vertical path
* Warn as soon as one cell type is missing from a split, not two
* Fix the newline in that warning
* update changelog
* simplify changes
* Update CHANGELOG.md
---------
Co-authored-by: Givanna Putri <givanna.h@gmail.com>
Co-authored-by: Luca Leomazzi <76624347+LuLeom@users.noreply.github.com>1 parent ae68ce3 commit d803136
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments