Skip to content

Commit

Permalink
Update classifier path to ndph file
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanacquah committed Mar 12, 2024
1 parent e34dda5 commit e9d1d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/actinet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
__maintainer_email__ = "[email protected]"
__license__ = "See LICENSE file."

__classifier_version__ = "ssl_ukb_c24_rw_20240204"
__classifier_md5__ = "11c3f36348dae37da4f99bd6d810bbb2"
__classifier_version__ = "ssl-ukb-c24-rw-20240308"
__classifier_md5__ = "b0a345b5d98a179e3deb60625b980796"

from . import _version

Expand Down
2 changes: 1 addition & 1 deletion src/actinet/actinet.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from actinet.summarisation import getActivitySummary
from actinet.utils.utils import infer_freq

BASE_URL = "https://zenodo.org/records/10625542/files/"
BASE_URL = "https://wearables-files.ndph.ox.ac.uk/files/actinet/models/"


def main():
Expand Down

0 comments on commit e9d1d40

Please sign in to comment.