-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rewrite function.Custom without EvaluableConstant
The arguments passed to the convenience class `function.Custom` are lowered to `evaluable.Array` if the argument is an instance of `function.Array` and to `EvaluableConstant` if something else. This patch eliminates the use of `EvaluableConstant` by passing the non-`function.Array` arguments to `_CustomEvaluable` as is.
- Loading branch information
1 parent
9d89a1e
commit f5c34de
Showing
1 changed file
with
14 additions
and
8 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