Skip to content

Commit 97b0332

Browse files
committed
Fixing adjust issue
1 parent b95fd3c commit 97b0332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ function adjust(r::Apollo; kw...)
671671
if (:u in keys(kw)) || (:r in keys(kw)) || (:sort_dims in keys(kw))
672672
@error "Apollo does not support adjusting: u, r, sort_dims"
673673
end
674-
return Apollo(adjust(r.opt, NamedTuple(kw)), r.r, r.u, r.sort_dims)
674+
return Apollo(_adjust(r.opt, NamedTuple(kw)), r.r, r.u, r.sort_dims)
675675
end
676676
adjust(r::Apollo, η::Real) = Apollo(adjust(r.opt, η), r.r, r.u, r.sort_dims)
677677

0 commit comments

Comments
 (0)