DTUAqua/spict

Cannot fix `r` parameter

Opened this issue · 1 comments

Fixing r parameter does not work anymore, so this produces an error

library(spict)
##  Loading required package: TMB
##  Welcome to spict_v1.3.8
hk <- pol$hake
hk$phases <- list(logr = -1)
hk$ini <- list(logr = log(0.31))
check.inp(hk)
##  Error in check.inp(hk): object 'noms' not found

It is probably not possible to fix r that way, but it is the example we have in the documentation about phases and how to fix parameters.