Skip to content

Commit

Permalink
refactor: address Sebastian's comment
Browse files Browse the repository at this point in the history
- Bump version of Spectra object.
- Update bundled Spectra object.
- Disable parallel processing in vignette.
  • Loading branch information
jorainer committed Nov 30, 2023
1 parent 9ac911b commit 64bd08c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/Spectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ setClass(
processingChunkSize = "numeric",
version = "character"
),
prototype = prototype(version = "0.2",
prototype = prototype(version = "0.3",
processingChunkSize = Inf)
)

Expand Down
Binary file modified data/fft_spectrum.RData
Binary file not shown.
1 change: 1 addition & 0 deletions vignettes/Spectra-large-scale.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ BiocStyle::markdown()

```{r, echo = FALSE, message = FALSE}
library(Spectra)
register(SerialParam())
library(BiocStyle)
```

Expand Down

0 comments on commit 64bd08c

Please sign in to comment.