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


   Added a unit test for the time series spark algorithm which tests the 
following:
   
   - calc_average_on_day
   - calc (without seasonal filter or lowpass filter)
   - calc (with seasonal filter but without lowpass filter)
      - using monthly data
      - using daily data
   - calc (with seasonal filter and lowpass filter) - low pass assertions are 
commented out as it isn't currently used and would require further work to 
determine the expected results
   
   
   ```
   % pytest analysis/tests/algorithms_spark/test_timeseriesspark.py     
   
=============================================================================================
 test session starts 
==============================================================================================
   platform darwin -- Python 3.7.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
   rootdir: /Users/marlis/Developer/ECCO/SDAP/incubator-sdap-nexus/analysis
   collected 5 items                                                            
                                                                                
                                                  
   
   analysis/tests/algorithms_spark/test_timeseriesspark.py .....                
                                                                                
                                            [100%]
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to