This adds a small if statement to see if the input to get_observer_look is a dask array and use da.where instead of doing in-place conditional writes which are not-dask friendly (unknown shape).
Coverage decreased (-0.2%) to 74.686% when pulling 6612d5fbbf52f2e8a06df08ffd362af3f568bf81 on feature-dask-observer-look into 9d3abffc8a82b4d030e43f5723baa2120b65b75a on develop.
Coverage decreased (-0.2%) to 74.686% when pulling 6612d5fbbf52f2e8a06df08ffd362af3f568bf81 on feature-dask-observer-look into 9d3abffc8a82b4d030e43f5723baa2120b65b75a on develop.
This adds a small if statement to see if the input to
get_observer_look
is a dask array and useda.where
instead of doing in-place conditional writes which are not-dask friendly (unknown shape).git diff origin/develop **/*py | flake8 --diff
Travis tests seem to fail right now outside of my changes. @adybbroe @mraspaud ideas? Maybe a numpy version change?