mirror of
				https://github.com/msberends/AMR.git
				synced 2025-10-31 08:08:13 +01:00 
			
		
		
		
	small units test
This commit is contained in:
		| @@ -27,9 +27,6 @@ stages: | |||||||
| # debian stretch only contains R 3.3... | # debian stretch only contains R 3.3... | ||||||
| image: debian:buster-slim | image: debian:buster-slim | ||||||
|  |  | ||||||
| variables: |  | ||||||
|   WARNINGS_ARE_ERRORS: 1 |  | ||||||
|  |  | ||||||
| before_script: | before_script: | ||||||
|   - apt-get update -qq |   - apt-get update -qq | ||||||
|   # install dependencies for packages |   # install dependencies for packages | ||||||
|   | |||||||
| @@ -61,4 +61,6 @@ test_that("creation of data sets is valid", { | |||||||
|   DT <- make_DT() |   DT <- make_DT() | ||||||
|   expect_lt(nrow(DT[prevalence == 1]), nrow(DT[prevalence == 2])) |   expect_lt(nrow(DT[prevalence == 1]), nrow(DT[prevalence == 2])) | ||||||
|   expect_lt(nrow(DT[prevalence == 2]), nrow(DT[prevalence == 3])) |   expect_lt(nrow(DT[prevalence == 2]), nrow(DT[prevalence == 3])) | ||||||
|  |   old <- make_trans_tbl() | ||||||
|  |   expect_gt(length(old), 0) | ||||||
| }) | }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user