-
Notifications
You must be signed in to change notification settings - Fork 2
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 #112 from wilhelm-lab/feature/add_new_iontypes
Feature/add new iontypes
- Loading branch information
Showing
21 changed files
with
67,477 additions
and
68,539 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
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.8" | ||
python-version: "3.9" | ||
# PRs to the repository master branch are only ok if coming from any patch or release branch | ||
- name: Install mlf-core | ||
run: pip install mlf-core | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.9 | ||
|
||
- name: Install pip | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -19,47 +19,47 @@ jobs: | |
matrix: | ||
include: | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "pre-commit", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "safety", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "mypy", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "tests", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: windows-latest, | ||
session: "tests", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: macos-latest, | ||
session: "tests", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "typeguard", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "xdoctest", | ||
} | ||
- { | ||
python-version: 3.8, | ||
python-version: 3.9, | ||
os: ubuntu-latest, | ||
session: "docs-build", | ||
} | ||
|
@@ -136,10 +136,10 @@ jobs: | |
- name: Check out the repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.9 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.9 | ||
|
||
- name: Install Poetry | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.9 | ||
|
||
- name: Install cookietemple | ||
run: pip install cookietemple | ||
|
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,5 +1,5 @@ | ||
spectrum_fundamentals | ||
================= | ||
===================== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.