Skip to content

Commit

Permalink
changed testing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Jan 31, 2024
1 parent 2411bfe commit 45690da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
host-os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
fail-fast: false

defaults:
Expand Down
2 changes: 1 addition & 1 deletion blop/bayesian/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, train_inputs, train_targets, skew_dims=True, *args, **kwargs)
skew_dims=skew_dims,
priors=True,
scale=True,
**kwargs
**kwargs,
)

self.trained = False
Expand Down

0 comments on commit 45690da

Please sign in to comment.