Skip to content

Commit

Permalink
Merge pull request #4 from CrawfordGroup/refactor_aat
Browse files Browse the repository at this point in the history
Refactor AAT
  • Loading branch information
lothian authored May 3, 2024
2 parents 61399bb + c1214b8 commit 9f76b66
Show file tree
Hide file tree
Showing 24 changed files with 856 additions and 304 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']
os: [macOS-latest]
python-version: ['3.11']

steps:
- uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
ulimit -a
- name: Create Psi4 Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: p4env
Expand Down
1 change: 1 addition & 0 deletions magpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from .hessian import Hessian
from .apt import APT
from .normal import normal
from .aat import AAT


#from ._version import __version__
Loading

0 comments on commit 9f76b66

Please sign in to comment.