kevinmarlis opened a new pull request, #259:
URL: https://github.com/apache/incubator-sdap-nexus/pull/259

   This PR contains bug fixes for two algorithms:
   ### timeSeriesSpark
   This fixes a bug when climatology differences are computed for small 
bounding boxes on sparse data. A check for 12 months of climatology could fail 
in the case where there is no climatology data in the bounding box. The check 
is now removed in favor of subtracting the ingested data from itself when 
climatology is not present. 
   ___
   
   ### timeAvgMapSpark
   This fixes a bug with newer bumpy versions (at least 1.24.3) where creation 
of an `np.array` from a sequence of different sized elements would fail instead 
of presenting a warning. This is fixed by explicitly setting the dtype to 
`object`. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to