You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
just a minor thing. But when looking at the names in
names(generic_fhd_bootstraps)
you can see that there is a small inconsistency:
Great_Black_backed_Gull
Lesser_Black_Backed_Gull
the later having a capital "B" in backed.
The thing is that most people probably will write it one way or the other . but then you either get a error message for GBBG or LBBG. I received e.g. Running Scenario: scenario_2 [===========================>---------------------------] 50% eta: 2hError in validate_inputs():
! ✖ Missing argument gen_fhd_boots with no default:
ℹ gen_fhd_boots required for model_options '2' and/or '3'.
ℹ Calculations under Model Options 2 and 3 require a generic FHD.
toke me moment to figure out why.
Perhaps you could change the spelling at one point.
Cheers
Jannis
The text was updated successfully, but these errors were encountered:
That's an issue with input pre-processing, not so much with the package itself. However, it's part of the shipped data and it's implied in the provided examples - so I completely take you point! :)
We'll amend the names of the generic_fhd_bootstraps list and make sure they are as consistent as possible.
Hi,
just a minor thing. But when looking at the names in
names(generic_fhd_bootstraps)
you can see that there is a small inconsistency:
Great_Black_backed_Gull
Lesser_Black_Backed_Gull
the later having a capital "B" in backed.
The thing is that most people probably will write it one way or the other . but then you either get a error message for GBBG or LBBG. I received e.g. Running Scenario: scenario_2 [===========================>---------------------------] 50% eta: 2hError in
validate_inputs()
:! ✖ Missing argument
gen_fhd_boots
with no default:ℹ
gen_fhd_boots
required formodel_options
'2' and/or '3'.ℹ Calculations under Model Options 2 and 3 require a generic FHD.
toke me moment to figure out why.
Perhaps you could change the spelling at one point.
Cheers
Jannis
The text was updated successfully, but these errors were encountered: