-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingtopic: INP input fileAGEPRO *.INP input file name formatAGEPRO *.INP input file name format
Description
agepro_inp_model does not require parameters to initialize its model, it will generate a default set of general parameters. However, it will not allow the user to input these general parameters at initialization; it will throw a unused arguments error. This contradicts the behavior that agepro_model and agepro_json_model :
> aaa <- agepro_inp_model$new(2019,2026,1,32,1000,4,3)
Error in initialize(...) : unused arguments (2026, 1, 32, 1000, 4, 3)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtopic: INP input fileAGEPRO *.INP input file name formatAGEPRO *.INP input file name format