Skip to content

Commit 731808f

Browse files
authored
Merge pull request #110 from fkiraly/FK-v5
V5 API rework - unified API for optimizers and experiments
2 parents db28a7a + c8684c9 commit 731808f

37 files changed

Lines changed: 4201 additions & 60 deletions

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ jobs:
4444
- name: Test with pytest
4545
run: |
4646
python -m pytest tests --cov=hyperactive --cov-report=term-missing --cov-report=xml -p no:warnings
47+
48+
- name: Test with pytest
49+
run: |
50+
python -m pytest src/hyperactive -p no:warnings

0 commit comments

Comments
 (0)