-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crashes in plot_NRt() #177
Milestone
Comments
Also: data("ExampleData.BINfileData", envir = environment())
obj <- Risoe.BINfileData2RLum.Analysis(CWOSL.SAR.Data,
pos = 8, ltype = "OSL")
plot_NRt(obj[[2]])
# Error in plot_NRt(obj[[2]]) : object 'curves' not found |
Here the code doesn't correspond to the error message: Lines 145 to 146 in 759a114
Assuming that the message is correct, we should test for if (!all(... == ...)) or equivalently for if (any(... != ...)) .
|
I do agree, this cannot work as intended. |
Fixed by #179. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following examples crash due to insufficient input validation:
The text was updated successfully, but these errors were encountered: