Skip to content

Commit

Permalink
fix hardcoded alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed May 22, 2023
1 parent 985cf8f commit d676172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl<'a> Inc<'a> {
encoding.encoding(),
self.pvalues,
&ntc_pvalues,
Alternative::Less,
self.alternative,
self.continuity,
);

Expand Down

0 comments on commit d676172

Please sign in to comment.