Commit 06bd8e4
committed
fix(2D KDE): pin scipy
SciPy has deprecated interp2d used in the 2D KDE method.
Their suggested backwards compatible method is not actually backwards
compatible because it doesn't expose the same arguments to users, like
the fill value outside of the domain. The suggested new methods take
different inputs, so it is unclear if they will work with the empirical
distribution code. This needs to be further tested before changing interp2d.1 parent 661da5c commit 06bd8e4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments