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
data(ExampleData.RLum.Analysis, envir= environment())
analyse_baSAR(
object=list(IRSAR.RF.Data, IRSAR.RF.Data),
plot=FALSE,
verbose=FALSE,
txtProgressBar=FALSE,
n.MCMC=100)
# Error in object@records[[x]] : subscript out of bounds# In addition: Warning messages:# 1: [get_RLum()] This request produced an empty list of records! # 2: [get_RLum()] This request produced an empty list of records!
Because get_RLum() returns an empty list of records for both elements in the list, inside analyse_baSAR()object@records has length 0, but this is not checked before attempting to extract an element from it.
The text was updated successfully, but these errors were encountered:
Because
get_RLum()
returns an empty list of records for both elements in the list, insideanalyse_baSAR()
object@records
has length 0, but this is not checked before attempting to extract an element from it.The text was updated successfully, but these errors were encountered: