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 2
2
# OperatorLearning.jl
3
3
4
4
<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 " />
6
6
</p >
7
7
8
8
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://operatorlearning.sciml.ai/stable )
9
9
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://operatorlearning.sciml.ai/dev )
10
10
[ ![ 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 )
11
12
[ ![ codecov] ( https://codecov.io/gh/pzimbrod/OperatorLearning.jl/branch/master/graph/badge.svg?token=NM16L5S4FX )] ( https://codecov.io/gh/pzimbrod/OperatorLearning.jl )
12
13
13
14
A 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