Skip to content

Commit

Permalink
Merge pull request #83 from matin/nullable_hrv_baseline
Browse files Browse the repository at this point in the history
* closes #72

* fix make sync
  • Loading branch information
matin authored Dec 11, 2024
2 parents 1d65496 + b42a8b7 commit b557b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ install: .uv .pre-commit

.PHONY: sync ## Sync dependencies and lockfiles
sync: .uv clean
uv pip install -e . --force-reinstall
uv sync

.PHONY: format ## Auto-format python source files
Expand Down
2 changes: 1 addition & 1 deletion garth/stats/hrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DailyHRV:
weekly_avg: int | None
last_night_avg: int | None
last_night_5_min_high: int | None
baseline: HRVBaseline
baseline: HRVBaseline | None
status: str
feedback_phrase: str
create_time_stamp: datetime
Expand Down

0 comments on commit b557b88

Please sign in to comment.