Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] evaluation: log when reaching maximum iterations
The evaluation of splillable function is complex and required some bugfix over time. Some of the bugfixes have some side effects difficult to assess and a specific one is the introduction of infinite in the evaluation which are hidden behind a ceiling of iterations. While infinite loops can occur in very specific cases, they are not common and it makes sense to detect them to spot undesired behaviours. This revision adds a log in debug mode to avoid spam to capture the attention of the developper. Task: 4252800
- Loading branch information