Skip to content

Commit

Permalink
tests work but mypy fails because of numba
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarnier committed Jun 29, 2023
1 parent a008250 commit b7f2e7a
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 1,307 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/src/*.egg-info/
__pycache__/
src/pysol/_version.py
tests/test_new_dipole.py
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


package = "pysol"
python_versions = ["3.10", "3.9", "3.8", "3.7"]
python_versions = ["3.10", "3.9", "3.8"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",
Expand Down
Loading

0 comments on commit b7f2e7a

Please sign in to comment.