Skip to content

Commit d265fc9

Browse files
committed
Fix compat for CES.jl
1 parent daaedfb commit d265fc9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCalibrate"
22
uuid = "4347a170-ebd6-470c-89d3-5c705c0cacc2"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.0.13"
4+
version = "0.0.14"
55

66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
@@ -20,7 +20,7 @@ CalibrateEmulateSample = "95e48a1f-0bec-4818-9538-3db4340308e3"
2020
CESExt = "CalibrateEmulateSample"
2121

2222
[compat]
23-
CalibrateEmulateSample = "0.5"
23+
CalibrateEmulateSample = "0.5, 0.6"
2424
Distributed = "1"
2525
Distributions = "0.25"
2626
EnsembleKalmanProcesses = "1, 2"

test/pbs_unit_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test_cmd = """
7979
#PBS -j oe
8080
#PBS -A UCIT0011
8181
#PBS -q preempt
82-
#PBS -l walltime=00:00:12
82+
#PBS -l walltime=00:01:00
8383
#PBS -l select=1:ncpus=1:ngpus=1
8484
# The GPU isn't needed, but we are currently overspent on the CPU queue
8585
@@ -109,6 +109,7 @@ sleep(1)
109109
jobids = ntuple(x -> submit_cmd_helper(test_cmd), 5)
110110

111111
CAL.kill_job.(jobids)
112+
sleep(10)
112113
for jobid in jobids
113114
@test CAL.job_completed(jobid)
114115
@test CAL.job_failed(jobid)

0 commit comments

Comments
 (0)