Skip to content
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

fuzzing: list of RLum.Analysis objects #519

Closed
mcol opened this issue Dec 6, 2024 · 0 comments · Fixed by #520
Closed

fuzzing: list of RLum.Analysis objects #519

mcol opened this issue Dec 6, 2024 · 0 comments · Fixed by #520

Comments

@mcol
Copy link
Contributor

mcol commented Dec 6, 2024

This script:

bin.v8 <- system.file("extdata/BINfile_V8.binx", package = "Luminescence")
what <- read_BIN2R(bin.v8, verbose = FALSE, fastForward = TRUE)
fuzz(funs, what, ignore.patterns = NULL, ignore.warnings = TRUE)

produces:

	🚨   CAUGHT BY THE FUZZ!   🚨

FAIL: analyse_SAR.TL ( list )
    assignment of an object of class “RLum.Data.Curve” is not valid for @‘records’ in an object of class “RLum.Analysis”; is(value, "list") is not TRUE

FAIL: plot_NRt ( list )
    object 'curves' not found

Part of #439.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant