1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 22:41:52 +02:00

(v0.7.1.9085) Salmonella fix

This commit is contained in:
2019-09-23 21:24:37 +02:00
parent 76dc948067
commit ad5f211a8f
9 changed files with 12 additions and 12 deletions

2
R/mo.R
View File

@ -905,7 +905,7 @@ exec_as.mo <- function(x,
}
uncertainties <- rbind(uncertainties,
format_uncertainty_as_df(uncertainty_level = 1,
input = x_backup_without_spp[i],
input = x_backup[i],
result_mo = "B_SLMNL_ENTR"))
next
}