Issue with season meanmax NP?

285 views
Skip to first unread message

John Roberts

unread,
Apr 25, 2018, 3:08:04 AM4/25/18
to golden-cheetah-users
Build: Mac 3.5 1804

I noticed in this build that some R charts stopped working. Two are "Fatigue" and "Bike Fatigue Profile" which I downloaded from the shared collection. These were working before I upgraded to 1804.
It looks like NP is no longer an available property of GC.season.meanmax().
The following test confirms NP does not exist.

mmp <- GC.season.meanmax(all=FALSE, filter="(isRun=0) and (isSwim=0)", compare=FALSE)

str(mmp$unknown)


Is this a bug or is there a better way to get best NP values?

Thanks,
John

Ale Martinez

unread,
Apr 25, 2018, 9:40:21 AM4/25/18
to golden-cheetah-users
Due to removal of trademarked terms NP is called IsoPower in v3.5 18.04
 

Mark Smith

unread,
Apr 26, 2018, 9:45:34 AM4/26/18
to golden-cheetah-users
Thanks for that Ale. Just one NP to change to IsoPower and I got the "Fatigue" chart working again.


John Roberts

unread,
Apr 27, 2018, 2:47:21 PM4/27/18
to golden-cheetah-users
Thanks, Ale!

Tim Sinclair

unread,
May 2, 2018, 2:19:34 PM5/2/18
to golden-cheetah-users
Please can you tell me Exactly Where  you made the changes?  :-) Thanks!

Cherk Chup

unread,
Jun 26, 2018, 9:48:27 PM6/26/18
to golden-cheetah-users
Find this line in the Console

mmpdata4[c(2,3)] <- mmp$NP[mmpduration4[c(2,3)]] # NP for 60min and 90min

change to

mmpdata4[c(2,3)] <- mmp$IsoPower[mmpduration4[c(2,3)]] # NP for 60min and 90min


Tim Sinclair於 2018年5月3日星期四 UTC+8上午2時19分34秒寫道:
Reply all
Reply to author
Forward
0 new messages