Skip to content

Commit

Permalink
Merge branch 'master' into update-plasma-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls authored Nov 6, 2023
2 parents fc730a7 + 87e8f3a commit cb9ff5d
Show file tree
Hide file tree
Showing 27 changed files with 983 additions and 670 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docstr-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.x

- name: Install interrogate
run: pip install interrogate==1.5.0 parse==1.19.0
run: pip install interrogate==1.5.0 parse==1.19.0 setuptools

- name: Get SHAs
run: |
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
CACHE_NUMBER: 0 # increase to reset cache manually
PYTEST_FLAGS: --tardis-refdata=${{ github.workspace }}/tardis-refdata
--cov=tardis --cov-report=xml --cov-report=html
PYTEST_FLAGS: --tardis-refdata=${{ github.workspace }}/tardis-refdata --tardis-snapshot-data=${{ github.workspace }}/tardis-regressions
--cov=tardis --cov-report=xml --cov-report=html
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

concurrency:
Expand Down Expand Up @@ -86,6 +86,12 @@ jobs:
with:
path: tardis-refdata/.git/lfs
key: ${{ runner.os }}-lfs-${{ hashFiles('tardis-refdata/.lfs-assets-id') }}-v1

- name: Clone tardis-sn/tardis-regressions
uses: actions/checkout@v4
with:
repository: tardis-sn/tardis-regressions
path: tardis-regressions

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
Expand Down
16 changes: 8 additions & 8 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
"name": "Barbosa, Talytha"
},
{
"name": "Sondhi, Dhruv"
"name": "O'Brien, Jack"
},
{
"name": "O'Brien, Jack"
"name": "Sondhi, Dhruv"
},
{
"name": "Yu, Jenny"
Expand Down Expand Up @@ -151,19 +151,22 @@
"name": "Singh, Shreyas"
},
{
"name": "Eweis, Youssef"
"name": "Reinecke, Martin"
},
{
"name": "Reinecke, Martin"
"name": "Eweis, Youssef"
},
{
"name": "Bylund, Tomas"
},
{
"name": "Black, William"
},
{
"name": "Bentil, Laud"
},
{
"name": "Black, William"
"name": "Holas, Alexander"
},
{
"name": "Eguren, Jordi",
Expand All @@ -178,9 +181,6 @@
{
"name": "Bartnik, Matthew"
},
{
"name": "Holas, Alexander"
},
{
"name": "Varma Buddaraju, Rohith"
},
Expand Down
102 changes: 52 additions & 50 deletions conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit cb9ff5d

Please sign in to comment.