Skip to content

Commit 71b3160

Browse files
fixed minor bug transform forward pass
1 parent 5c90f09 commit 71b3160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/transform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ for (order, axfun, _axfun, pfun, _pfun, _pfwd, _pbwd, dfun) in zip(
210210
# Optimising this transformation would probably demand a significant
211211
# portion of time with respect to the time required by the whole transformation
212212
# therefore forward pass is used without any optimisation
213-
return $(axfun)(fr, p2.axesid, axes, t) * $(_pfwd)(fr, path, p1, t)
213+
return $(axfun)(fr, p2.axesid, axes, t) * $(_pfwd)(fr, p1, path, t)
214214
end
215215
end
216216

0 commit comments

Comments
 (0)