-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] evaluation: handle throwing error on each vectorized position
Before this commit, if an error was throw when evaluating a vectorized formula, then the evaluation stopped and only the cell with the formula was marked as an error. No other values were spread. This behavior is functionally false, because depending on the arguments passed, it is possible that on this vector position, the evaluation does not return an error. This commit changes that by making sure to try for each vector position if the evaluation works. Even though it only spreads errors in certain cases. closes #4768 Task: 4091276 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters