We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c01b9a commit a4cf9dfCopy full SHA for a4cf9df
src/utils/utilities.jl
@@ -559,6 +559,6 @@ A helper function which returns `∑tendencies` when `tendency` is a
559
`NullBroadcasted` and `lazy.(∑tendencies - tendency)` when `tendency` is not a
560
`NullBroadcasted`.
561
"""
562
-function sub_tend end
+function subtract_tendency end
563
sub_tend(∑tends, ::NullBroadcasted) = ∑tends
564
sub_tend(∑tends, t) = lazy.(∑tends .- t)
0 commit comments