Skip to content

Commit

Permalink
fix error found by test
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Oct 27, 2024
1 parent 6ecfab3 commit 16369ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolkit/matl_buy_policy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MatlBuyPolicy::~MatlBuyPolicy() {

MatlBuyPolicy& MatlBuyPolicy::ResetBehavior() {
throughput_ = std::numeric_limits<double>::max();
quantize_ = 1;
quantize_ = -1;
fill_to_ = std::numeric_limits<double>::max();
req_at_ = std::numeric_limits<double>::max();
cumulative_cap_ = -1;
Expand Down

0 comments on commit 16369ec

Please sign in to comment.