Skip to content

Commit

Permalink
epicsadata::gcs_auth_file
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Oct 25, 2023
1 parent ceeed8f commit 1d88dfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-annual_rainfall_summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(testthat)
library(epicsawrap)

# Test case 1
gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
epicsadata::gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
test_1_results <- readRDS("test_1_annual_summaries.rds")
country <- "zm"
station_id <- "test_1"
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-crop_success_probabilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(testthat)
library(epicsawrap)

# Test case 1
gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
epicsadata::gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
test_1_results <- readRDS("tests/test_1_crop_success_probabilities.rds")
country <- "zm"
station_id <- "test_1"
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-season_start_probabilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(testthat)
library(epicsawrap)

# Test case 1
gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
epicsadata::gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
test_1_results <- readRDS("tests/test_1_season_start_probabilities.rds")
country <- "zm"
station_id <- "test_1"
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-total_temperature_summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(testthat)
library(epicsawrap)

# Test case 1
gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
epicsadata::gcs_auth_file(file = "tests/e-picsa-e630400792e7.json")
test_1_annual <- readRDS("tests/test_1_annual.rds")
test_1_monthly <- readRDS("tests/test_1_monthly.rds")
country <- "zm"
Expand Down

0 comments on commit 1d88dfa

Please sign in to comment.