Skip to content

Can not set general parameters with agepro_inp_model  #64

@efletcherPIFSC

Description

@efletcherPIFSC

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)

Metadata

Metadata

Labels

bugSomething isn't workingtopic: INP input fileAGEPRO *.INP input file name format

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions