-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from maren-ha/muon
merge muon
- Loading branch information
Showing
45 changed files
with
4,397 additions
and
1,063 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# [.github/workflows/CI.yml] | ||
name: CI | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- muon | ||
tags: '*' | ||
pull_request: | ||
jobs: | ||
test: | ||
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
version: | ||
- '1.7' | ||
os: | ||
- ubuntu-latest | ||
- macOS-latest | ||
# - windows-latest | ||
arch: | ||
- x64 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: julia-actions/setup-julia@latest | ||
with: | ||
version: ${{ matrix.version }} | ||
arch: ${{ matrix.arch }} | ||
- uses: julia-actions/julia-runtest@latest | ||
- uses: julia-actions/julia-uploadcodecov@latest | ||
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Vip Mybpc1 | ||
L4 Ctxn3 | ||
L2/3 Ptgs2 | ||
L2 Ngb | ||
Pvalb Gpx3 | ||
Ndnf Cxcl14 | ||
L5a Batf3 | ||
SMC Myl9 | ||
Astro Aqp4 | ||
L5 Ucma | ||
Micro Ctss | ||
Endo Xdh | ||
Sst Cbln4 | ||
L6b Serpinb11 | ||
Sncg | ||
Igtp | ||
Oligo 96*Rik | ||
Smad3 | ||
OPC Pdgfra | ||
L5b Tph2 | ||
L6a Sla |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.