- Nov 09, 2020
-
-
Samuel GAIST authored
Make all test databases root folder point to a valid location See merge request !78
- Nov 05, 2020
-
-
Samuel GAIST authored
This will allow the docker tests to more easily setup and cleanup its content. While the folder is not used as these databases are generative only, docker will create it anyway as mounting a non-exisiting folder will trigger its creation with the daemon ownership applied.
-
- Aug 03, 2020
-
-
Samuel GAIST authored
-
- Jul 01, 2020
-
-
Amir MOHAMMADI authored
Pre commit cleanup See merge request !77
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
- Add isort - Update black repository reference - Add ast check and case conflict check Update flake8 configuration for line length to match the one from black.
-
- Jun 29, 2020
-
-
Samuel GAIST authored
-
Amir MOHAMMADI authored
Handle error the same way for all algorithm types on execution Closes beat.core#98 See merge request !75
-
- Jun 26, 2020
-
-
Samuel GAIST authored
Currently sequential and autonomous algorithms are not treating errors happening in the process method the same way. This result in missing information coming back up through beat/beat.core> This patch fixes this and also ensure that the outputs are properly closed. Fixes beat.core#98
-
- Jun 25, 2020
-
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Add helper property to get the environment configured for the database See merge request !74
-
Samuel GAIST authored
Part of beat.core#64
-
- Jun 18, 2020
-
-
Samuel GAIST authored
Fixes a few warnings and depracations See merge request !73
-
Amir MOHAMMADI authored
-
- Jun 09, 2020
-
-
Samuel GAIST authored
-
André Anjos authored
Update test execution environment to Python for tests See merge request !72
-
Samuel GAIST authored
-
- May 18, 2020
-
-
Samuel GAIST authored
-
André Anjos authored
Implement multiprocessing support for CachedDataSource Closes #32 See merge request !71
-
- May 15, 2020
-
-
Samuel GAIST authored
These test ensure that DataLoaders can be used with the multiprocessing module if these are passed through a queue.
-
Samuel GAIST authored
This will allow to pass an instance of it in a queue when using the multiprocessing module.
-
Samuel GAIST authored
This will allow to pass an instance of it in a queue when using the multiprocessing module.
-
- May 14, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This allows to reset the state of a data source. Currently only used by the CachedDataSource
-
Samuel GAIST authored
-
- Apr 30, 2020
-
-
André Anjos authored
-