forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/pybamm-team/PyBaMM into …
…develop
- Loading branch information
Showing
127 changed files
with
1,724 additions
and
2,106 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"files": [ | ||
"README.md" | ||
"all_contributors.md" | ||
], | ||
"imageSize": 100, | ||
"commit": false, | ||
|
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: Remove needs-reply label | ||
|
||
on: | ||
schedule: | ||
- cron: '0 3 * * 1' | ||
issue_comment: | ||
types: | ||
- created | ||
|
@@ -11,7 +13,8 @@ jobs: | |
if: | | ||
github.event.comment.author_association != 'OWNER' && | ||
github.event.comment.author_association != 'COLLABORATOR' && | ||
github.repository_owner == 'pybamm-team' | ||
github.repository_owner == 'pybamm-team' && | ||
github.event_name != 'pull_request' | ||
steps: | ||
- name: Remove needs-reply label | ||
uses: octokit/[email protected] | ||
|
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
|
||
# Install and cache apt packages | ||
- name: Install Linux system dependencies | ||
uses: awalsh128/[email protected].1 | ||
uses: awalsh128/[email protected].2 | ||
if: matrix.os == 'ubuntu-latest' | ||
with: | ||
packages: gfortran gcc graphviz pandoc | ||
|
@@ -138,7 +138,7 @@ jobs: | |
|
||
# Install and cache apt packages | ||
- name: Install Linux system dependencies | ||
uses: awalsh128/[email protected].1 | ||
uses: awalsh128/[email protected].2 | ||
with: | ||
packages: gfortran gcc graphviz pandoc | ||
execute_install_scripts: true | ||
|
@@ -208,7 +208,7 @@ jobs: | |
|
||
# Install and cache apt packages | ||
- name: Install Linux system dependencies | ||
uses: awalsh128/[email protected].1 | ||
uses: awalsh128/[email protected].2 | ||
if: matrix.os == 'ubuntu-latest' | ||
with: | ||
packages: gfortran gcc graphviz pandoc | ||
|
@@ -279,7 +279,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
name: Doctests (ubuntu-latest / Python 3.12) | ||
name: Doctests (ubuntu-latest / Python 3.11) | ||
|
||
steps: | ||
- name: Check out PyBaMM repository | ||
|
@@ -289,7 +289,7 @@ jobs: | |
|
||
# Install and cache apt packages | ||
- name: Install Linux system dependencies | ||
uses: awalsh128/[email protected].1 | ||
uses: awalsh128/[email protected].2 | ||
with: | ||
packages: graphviz pandoc | ||
execute_install_scripts: true | ||
|
@@ -301,20 +301,20 @@ jobs: | |
sudo dot -c | ||
sudo apt-get install texlive-latex-extra dvipng | ||
- name: Set up Python 3.12 | ||
- name: Set up Python 3.11 | ||
id: setup-python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.12 | ||
python-version: 3.11 | ||
cache: 'pip' | ||
|
||
- name: Install nox | ||
run: python -m pip install nox | ||
|
||
- name: Install docs dependencies and run doctests for GNU/Linux with Python 3.12 | ||
- name: Install docs dependencies and run doctests for GNU/Linux with Python 3.11 | ||
run: python -m nox -s doctests | ||
|
||
- name: Check if the documentation can be built for GNU/Linux with Python 3.12 | ||
- name: Check if the documentation can be built for GNU/Linux with Python 3.11 | ||
run: python -m nox -s docs | ||
|
||
# Runs only on Ubuntu with Python 3.12 | ||
|
@@ -331,7 +331,7 @@ jobs: | |
|
||
# Install and cache apt packages | ||
- name: Install Linux system dependencies | ||
uses: awalsh128/[email protected].1 | ||
uses: awalsh128/[email protected].2 | ||
with: | ||
packages: gfortran gcc graphviz pandoc | ||
execute_install_scripts: true | ||
|
@@ -386,7 +386,7 @@ jobs: | |
|
||
# Install and cache apt packages | ||
- name: Install Linux system dependencies | ||
uses: awalsh128/[email protected].1 | ||
uses: awalsh128/[email protected].2 | ||
with: | ||
packages: gfortran gcc graphviz | ||
execute_install_scripts: true | ||
|
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
Oops, something went wrong.