Skip to content

Commit 9a30138

Browse files
author
William Ryan
committed
Remove data sampling test code
1 parent e42feaa commit 9a30138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ ppi <- bind_rows(string_ppi, phuego_ppi) %>%
294294
summarise(cost = mean(cost)) %>%
295295
ungroup()
296296
297-
kinograte_res <- quiet(kinograte(combined_df %>% slice_sample(n=250)
297+
kinograte_res <- quiet(kinograte(combined_df #%>% slice_sample(n=250) Remove for testing small integrations
298298
, ppi_network = ppi, cluster = F, seed = 123, mu=1e-4))
299299
```
300300

0 commit comments

Comments
 (0)