Skip to content

Commit

Permalink
Merge pull request #33 from AutoResearch/feat/default-state-from-main…
Browse files Browse the repository at this point in the history
…-experimentalists

feat!: update experimentalists `grid_pool`, `random_pool`, `random_sample` to use the new `State` mechanism
  • Loading branch information
hollandjg authored Aug 25, 2023
2 parents 7c86fac + 982a2c2 commit 2636a27
Show file tree
Hide file tree
Showing 27 changed files with 5,239 additions and 2,445 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: "pip"
- run: pip install ".[test]"
- run: pytest --doctest-modules
- run: pytest --doctest-modules --import-mode importlib
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.12.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -11,15 +11,15 @@ repos:
- "--filter-files"
- "--project=autora"
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args:
- "--max-line-length=100"
- "--extend-ignore=E203"
- "--per-file-ignores=__init__.py:F401"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
rev: "v1.5.1"
hooks:
- id: mypy
additional_dependencies: [types-requests,scipy,pytest]
Expand Down
Loading

0 comments on commit 2636a27

Please sign in to comment.