Nils Pfeifer
Nils Pfeifer
@JuliaKukulies Yes, you are right, I did multiple versions of this in a notebook and have probably used the wrong picture. I increased `v_max` to get only two cells, but...
I will do the bugfix! Can I do this along with adding the exceptions for #164?
Agreed, and I think the same applies to the `order` parameter.
> Maybe one of you could quickly explain how you set up the pull request to the pull request, struggling with the same right now.. I used the edit-button in...
I haven't gone through this in detail yet, but one thing I wondered: There is now a separate `__init__.py` for tobac.utils, but there are still imports from tobac.utils in the...
Thank for this carification @JuliaKukulies and @freemansw1, that makes a lot of sense. I agree that deprecating this way of calling functions is probably not necessary and certainly not urgent.
Providing different options is a good idea @freemansw1. Partially this option with putting in xarray, but getting out pandas is already implemented with the diferent decorators, ` xarray_to_iris` will not...
I worked on a more streamlined testing approach for this, systematically checking a lot of input combinations. I found one bug, where the keys of a dict were accessed instead...
I could get `df_link_iter` to produce an output by setting `pos_columns` to ['z', 'y', 'x'] manually, but then the prediction doesn't work. This could mean that guessing the position columns...
I think there is a solution (at least theoretically). It's possible to set the values for the interpolator manually: ``` from scipy.interpolate import NearestNDInterpolator import numpy as np import pandas...