Skip to content

Commit

Permalink
update capture24 training
Browse files Browse the repository at this point in the history
  • Loading branch information
angerhang committed Apr 17, 2024
1 parent 158faa3 commit 66c9d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "asleep" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "0.4.11" # Required
version = "0.4.12" # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down
2 changes: 1 addition & 1 deletion src/asleep/get_sleep.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def load_model(model_path, force_download=False):
pth = pathlib.Path(model_path)

if force_download or not pth.exists():
url = "https://github.com/OxWearables/asleep/releases/download/0.3.1/ssl.joblib.lzma"
url = "https://github.com/OxWearables/asleep/releases/download/0.4.12/ssl.joblib.lzma"

print(f"Downloading {url}...")

Expand Down

0 comments on commit 66c9d73

Please sign in to comment.