cffdrs / cffdrs_r

FWI and FBP components of CFFDRS in R
GNU General Public License v2.0
11 stars 5 forks source link

[CFFDRS R Bug]: Handle not having FUELTYPE defined properly in `fbp()` #40

Open jordan-evens opened 3 months ago

jordan-evens commented 3 months ago

Contact Details

No response

What happened?

df_fbp <- fbp(df_wx_out, output = "ALL")

gives: Error in slope_values[["WSV"]] : subscript out of bounds when no FUELTYPE defined

Relevant log output

No response

Approvals Process

BadgerOnABike commented 2 months ago

Ah yea, we check if input exists, but not if the stuff in input exists!