File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ steps :
2+ - label : " Julia 1"
3+ plugins :
4+ - JuliaCI/julia#v1:
5+ version : " 1"
6+ - JuliaCI/julia-test#v1:
7+ coverage : false # 1000x slowdown
8+ agents :
9+ queue : " juliagpu"
10+ cuda : " *"
11+ env :
12+ GROUP : ' GPU'
13+ timeout_in_minutes : 60
14+ # Don't run Buildkite if the commit message includes the text [skip tests]
15+ if : build.message !~ /\[skip tests\]/
16+
17+ env :
18+ JULIA_PKG_SERVER : " " # it often struggles with our large artifacts
19+ # SECRET_CODECOV_TOKEN: "..."
Original file line number Diff line number Diff line change 22# OperatorLearning.jl
33
44<p align =" center " >
5- <img width =" 400px " src =" https://pzimbrod.github.io/OperatorLearning.jl /dev/assets/logo.png " />
5+ <img width =" 400px " src =" https://operatorlearning.sciml.ai /dev/assets/logo.png " />
66</p >
77
88[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://operatorlearning.sciml.ai/stable )
99[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://operatorlearning.sciml.ai/dev )
1010[ ![ Build Status] ( https://github.com/pzimbrod/OperatorLearning.jl/actions/workflows/CI.yml/badge.svg?branch=master )] ( https://github.com/pzimbrod/OperatorLearning.jl/actions/workflows/CI.yml?query=branch%3Amaster++ )
11+ [ ![ Build status] ( https://badge.buildkite.com/f0b3743420ce32c7b6f8fe974440b6fed08d68c5a244348924.svg )] ( https://buildkite.com/julialang/operatorlearning-dot-jl )
1112[ ![ codecov] ( https://codecov.io/gh/pzimbrod/OperatorLearning.jl/branch/master/graph/badge.svg?token=NM16L5S4FX )] ( https://codecov.io/gh/pzimbrod/OperatorLearning.jl )
1213
1314A Package that provides Layers for the learning of (nonlinear) operators in order to solve parametric PDEs.
You can’t perform that action at this time.
0 commit comments