Jérémy Morel
Results
2
issues of
Jérémy Morel
When using the CLI, validation errors raised by pydantic are not properly displayed. For example: ```sh ➜ substra add objective objective.json Traceback (most recent call last): File "/Users/jeremy/.pyenv/versions/substra/bin/substra", line 33,...
In `test_execution_compute_plan.py`, multiple tuples specs are generated (e.g. tuple_spec_1 and tuple_spec_2) and once created, the matching tuples are retrieved using: ```python tuple_1, tuple_2 = cp.list_tuple() ``` However there is no...