Fabien GELUS
Fabien GELUS
I tried to make a compute plan with traintuples and aggregate tuples. It failed in debug mode because the traintuples are looking for traintuple ids as inmodel ids, and not...
We test [symlinks](https://github.com/Substra/substra/blob/main/tests/sdk/test_archive.py#L69) but we don't test [path traversal](https://github.com/Substra/substra/blob/main/substra/sdk/archive/tarsafe.py#L51) for tar files, we should add a test
The tests marked as "subprocess" don't actually run on subprocess but on docker To reproduce: close docker desktop / client run `make test` There are docker errors in the subprocess...
## Describe the bug ``` Exception occurred: File "/Users/fgelus/.virtualenvs/substra-doc-3.8/lib/python3.8/site-packages/myst_parser/main.py", line 3, in import attr ModuleNotFoundError: No module named 'attr' ``` ## How To Reproduce - Create a python 3.8.2 clean...
In function.py we have 2 different `execute` functions, and it's really difficult when calling for instance `function.execute([`to know which one is used, we have to track the `function` object type....