Skip to content

Commit 9141e93

Browse files
authored
Revert "Add workflow to automate fb package testing"
1 parent e43e90a commit 9141e93

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ main, prod ]
8+
branches: [ main, prod, 'release/*' ]
99
pull_request:
1010
types: [ opened, synchronize, reopened, ready_for_review ]
1111
branches: [ main, prod ]

.github/workflows/r-ci.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

facebook/delphiFacebook/unit-tests/testthat/test-variables.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ test_that("mask items correctly coded", {
8686
input_data$c_mask_often_7d <- NA
8787
input_data$c_others_masked <- c(TRUE, NA, NA, FALSE, TRUE, FALSE)
8888
input_data$c_others_masked_public <- NA
89-
input_data$c_others_distanced_public <- NA
9089
input_data$c_work_outside_5d <- NA
9190

9291
expect_equal(out, input_data)
@@ -106,7 +105,6 @@ test_that("mask items correctly coded", {
106105
input_data$c_mask_often_7d <- c(NA, TRUE, FALSE, NA, TRUE, FALSE)
107106
input_data$c_others_masked <- c(TRUE, NA, NA, FALSE, TRUE, FALSE)
108107
input_data$c_others_masked_public <- NA
109-
input_data$c_others_distanced_public <- NA
110108
input_data$c_work_outside_5d <- NA
111109

112110
expect_equal(out, input_data)
@@ -127,7 +125,6 @@ test_that("mask items correctly coded", {
127125
input_data$c_mask_often_7d <- NA
128126
input_data$c_others_masked <- c(TRUE, NA, NA, FALSE, TRUE, FALSE)
129127
input_data$c_others_masked_public <- NA
130-
input_data$c_others_distanced_public <- NA
131128
input_data$c_work_outside_5d <- NA
132129

133130
expect_equal(out, input_data)
@@ -136,7 +133,6 @@ test_that("mask items correctly coded", {
136133
input_data <- data.frame(
137134
C14 = c(NA, 1, 3, 6, 2, 4),
138135
H2 = c(1, NA, 6, 3, 2, 5),
139-
H1 = c(1, NA, 6, 3, 2, 5),
140136
C6a = 1
141137
)
142138

@@ -149,7 +145,6 @@ test_that("mask items correctly coded", {
149145
input_data$c_mask_often_7d <- NA
150146
input_data$c_others_masked <- NA
151147
input_data$c_others_masked_public <- c(FALSE, NA, NA, FALSE, FALSE, TRUE)
152-
input_data$c_others_distanced_public <- c(FALSE, NA, NA, FALSE, FALSE, TRUE)
153148
input_data$c_work_outside_5d <- NA
154149

155150
expect_equal(out, input_data)

0 commit comments

Comments
 (0)