Open BadgerOnABike opened 9 months ago
This is the line in BP3+ C2F that is responsible for that check:
I think that second argument to setdiff
should just pull out Fuel ID as a numeric vector since fuelIdsPresent
is numeric, but I think that's what we were doing before and based on the git commit it looks like you had to change that as part of the data.table
migration.
I'm also not sure what happens when you pass str_c()
a data.frame
. Maybe we could just use FuelType[,"ID"]
?
Contact Details
brett.moore@nrcan-rncan.gc.ca
What happened?
Throws an error with more fuels than just the one that needs to be added in.
What component are you seeing the problem on?
R
Relevant log output
That goes all the way up to 900 series.
33 was what I was actually missing.
Approvals Process