Skip to content

Commit

Permalink
Fix type of prob2 argument in frem
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Jan 5, 2024
1 parent c6659fb commit 75c7da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tool/frem.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@ sub prepare_model4
est_records => { isa => 'ArrayRef', optional => 0},
cov_records => { isa => 'ArrayRef', optional => 0},
update_existing_model_files => { isa => 'Bool', optional => 0 },
prob2 => { isa => 'model::problem', optional => 0 },
prob2 => { isa => 'Maybe[model::problem]', optional => 1 },
);
my $model2 = $parm{'model2'};
my $model3 = $parm{'model3'};
Expand Down

0 comments on commit 75c7da5

Please sign in to comment.