Skip to content

Commit

Permalink
Change min_5m_carbimpact from 3 to 8 (#3563)
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
philipgo authored and sulkaharo committed May 18, 2018
1 parent f40767d commit bd6ac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/report_plugins/autotune.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ autotune.convertProfile = function convertProfile(profile)

var autotuneProfile =
{
"min_5m_carbimpact": 3,
"min_5m_carbimpact": 8,
"dia": Number(p.dia),
"basalprofile": _.map(p.basal, autotune.convertBasal),
"isfProfile": {
Expand Down

0 comments on commit bd6ac39

Please sign in to comment.