Skip to content

Commit

Permalink
Merge #349
Browse files Browse the repository at this point in the history
349: remove SP.jl from pipeline r=yairchn a=yairchn



Co-authored-by: yairchn <yairchn@caltech.edu>
Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
  • Loading branch information
3 people committed Oct 5, 2021
2 parents 858b052 + 6dbdc2c commit 44675dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,6 @@ steps:
queue: central
slurm_ntasks: 1

- label: ":partly_sunny: SP"
key: "cpu_sp"
command:
- "julia --color=yes --project=test integration_tests/SP.jl"
artifact_paths:
- "Output.SP.01/stats/comparison/*"
agents:
config: cpu
queue: central
slurm_ntasks: 1

- label: ":thought_balloon: DryBubble"
key: "cpu_drybubble"
command:
Expand Down
1 change: 1 addition & 0 deletions utils/print_new_mse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ all_cases = [
]

filter!(x -> x "GATE_III", all_cases) # no mse tables for GATE_III
filter!(x -> x "SP", all_cases) # not currently running SP

include(joinpath("..", "integration_tests", "utils", "mse_tables.jl"))

Expand Down

2 comments on commit 44675dc

@charleskawczynski
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • First version! Too much to report!
  • We are in the middle of a major overhaul, but our readme shows how cases can be run, which is usable with calibrating

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46103

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 44675dc919ee0bcde5f1d1e1f6ed9eb692604d3e
git push origin v0.1.0

Please sign in to comment.