Skip to content

Commit

Permalink
Merge pull request #81 from JeschkeLab/develop_ETH_local_test_241007
Browse files Browse the repository at this point in the history
Version 0.9 Major Push
  • Loading branch information
HKaras authored Nov 4, 2024
2 parents 84d8bb2 + 5867b94 commit b1f80f6
Show file tree
Hide file tree
Showing 36 changed files with 1,919 additions and 3,731 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Build & Publish Docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build and Deploy Documentation using Sphinx

on:
pull_request:
branches:
- main # You can change this to match your default branch
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoDeer_PR_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install flake8 pytest
pip install wheel
pip install -r requirements.txt
pip install .
pip install .['Dev']
- name: Test with pytest
run: |
pytest
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

284 changes: 146 additions & 138 deletions autodeer/DEER_analysis.py

Large diffs are not rendered by default.

Loading

0 comments on commit b1f80f6

Please sign in to comment.