You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed#982 Ostinato Overwrites Original Time Series (#983)
* Add test to expose the overwriting-input issue
* fix overwriting-input issue
* minor change to improve readability
* Avoid shallow copy
* Add test for extracting second consensus
* Insert nan values to input to better test the desired behaviour
* Add test to check original input not being overwritten
* Add new test to check a call to ostinato does not tamper with its input
* minor change
* minor change to clean code
* Removed seed from test function
* Fix typos
* Add test to expose issue
* Prevent functions from overwriting its input
* Fix minor issue
* Add comment
* Add test functions to ostinatoed to ensure original input is unchanged
* Add comment
* Add comment
* Add test for gpu_ostinato to ensure original input is unchanged
* Add/Revise comments
* Use a more explicit approach when copying original data
* Explicity copy input data in non-normalized ostinato functions
* Removed outdated comments
* Fixed NumbaPerformanceWarning
* Add tests to gpu_aamp_ostinato
* Fix comments
* minor fix
* Revised the order of test functions
* Remove unnecessary comment
* simplify code by considering only one np.nan in each time series
* add missing test functions to aamp_ostinato
* fix format
0 commit comments