Skip to content

Commit

Permalink
@Article{stochasticProcessesFourierTransforms,
Browse files Browse the repository at this point in the history
 author = {Hannu Niemi},
 title = {Stochastic processes as Fourier transforms of stochastic
measures},
 year = {1975},
 journal = {Annales Fennici Mathematici},
 number = {591}}

 #253
  • Loading branch information
crowlogic committed Nov 30, 2024
1 parent b4b1f5a commit 53594cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/arb/expressions/nodes/DerivativeNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ public <C> Class<? extends C> type()
Node<E, S, G>
spliceInto(Expression<E, S, G> newExpression)
{
assert false : "TODO: https://github.com/crowlogic/arb4j/issues/540";
return null;
return derivative.spliceInto(newExpression);
}

@Override
Expand Down

0 comments on commit 53594cd

Please sign in to comment.