Skip to content

Commit

Permalink
additional core test
Browse files Browse the repository at this point in the history
Added additional testing line in example_data.R file used for development testing.
  • Loading branch information
Phil9S committed Dec 8, 2023
1 parent 01197ae commit d3af314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inst/Example_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ getSampleByComponent(sigAct478.drews)
getExperiment(sigAct478.drews)
getSamples(sigAct478.drews)
getActivities(sigAct478.drews)

# test core diffs
## Sigs
all(sigAct478.drews@activities$thresholdAct2 == myData.drews@activities$thresholdAct2)
all(sigAct478.mac@activities$thresholdAct2 == myData.mac@activities$thresholdAct2)

0 comments on commit d3af314

Please sign in to comment.