Skip to content

Commit

Permalink
Merge branch 'main' into 159-feat-bms-return-variable-number-of-models
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg authored Dec 15, 2022
2 parents c235992 + b18e8af commit 5ccabd2
Show file tree
Hide file tree
Showing 28 changed files with 1,378 additions and 387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/py.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
- run: poetry install --with test
- run: poetry install
- run: poetry run pytest
2 changes: 1 addition & 1 deletion autora/cycle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ._simple_cycle import _SimpleCycle as Cycle
from .simple import SimpleCycle as Cycle
269 changes: 0 additions & 269 deletions autora/cycle/_simple_cycle.py

This file was deleted.

Loading

0 comments on commit 5ccabd2

Please sign in to comment.