Skip to content

Commit 598c7cf

Browse files
fix: output variable in PerturbOutput should not have a default
1 parent aec403f commit 598c7cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/analysis_points.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ function apply_transformation(tf::PerturbOutput, sys::AbstractSystem)
591591
# add output variable, equation, default
592592
out_var, out_def = get_analysis_variable(
593593
ap_ivar, nameof(ap), get_iv(sys); perturb = false)
594-
defs[out_var] = out_def
595594
push!(ap_sys_eqs, out_var ~ ap_ivar + wrap(new_var))
596595
push!(unks, out_var)
597596

0 commit comments

Comments
 (0)