Skip to content

Commit aad9725

Browse files
committed
Changes to push forwarding of random variables
- Fix
1 parent be0df4a commit aad9725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/analysis/PushforwardMap.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ abstract class PushforwardMap[
4141
*/
4242
override val i: DifferentiableMap[Destination, Source, Jacobian]
4343

44-
def ->[
45-
Distr1 <: ContinuousDistr[Source],
46-
R <: ContinuousRVWithDistr[Source, Distr1]](r: R)
44+
def ->[Distr1 <: ContinuousDistr[Source]](r: ContinuousRVWithDistr[Source, Distr1])
4745
: MeasurableDistrRV[Source, Destination, Jacobian, Distr1] =
4846
new MeasurableDistrRV[Source, Destination, Jacobian, Distr1](r)(self)
4947

0 commit comments

Comments
 (0)