Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed Apr 19, 2024
1 parent 38a20cb commit acecb77
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 691 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/conda.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/docker.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/docs_test.yml

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/extensive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
strategy:
fail-fast: false
matrix:
test-type: [unit, integrated]
test-type: [unit]
packages: [all, vmec, spec, none]
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, "3.10"]
include:
- python-version: 3.9
test-type: unit
Expand Down Expand Up @@ -220,6 +220,11 @@ jobs:
coverage run --source=simsopt -m unittest discover -t tests -v -s tests/field
- name: Run remaining tests on 1 MPI process using coverage

- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

if: contains(matrix.test-type, 'unit')
run: |
coverage run --source=simsopt -m unittest discover -t tests -v -s tests/core
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/linting.yml

This file was deleted.

125 changes: 0 additions & 125 deletions .github/workflows/non_simd_tests.yml

This file was deleted.

Loading

0 comments on commit acecb77

Please sign in to comment.