You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was translating the ‘Adjust basal’ from the dynamic ISF settings when I saw the crowdin translation (in Spanish) makes reference in the formula to average TDD of the last 7 days, but the iAPS official docs mentions 14 days.
the correct option is, actually, 10 days according to the formula:
/ / TDD
let uniqueEvents = cd.fetchTDD(interval: DateFilter().tenDays)
This needs to be changed accordingly in the Docs. Thanks in advance
The text was updated successfully, but these errors were encountered:
53645714n
added a commit
to 53645714n/iAPSdocs
that referenced
this issue
Oct 21, 2024
Hey guys, hope you are doing fine!
I was translating the ‘Adjust basal’ from the dynamic ISF settings when I saw the crowdin translation (in Spanish) makes reference in the formula to average TDD of the last 7 days, but the iAPS official docs mentions 14 days.
the correct option is, actually, 10 days according to the formula:
/ / TDD
let uniqueEvents = cd.fetchTDD(interval: DateFilter().tenDays)
This needs to be changed accordingly in the Docs. Thanks in advance
The text was updated successfully, but these errors were encountered: