Skip to content

Commit

Permalink
test: add 0 to input to make sure it works
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Dec 19, 2024
1 parent 12d6094 commit 5967a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sklearn-models/logistic-regression.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ModelFormData, predict } from '../util/predict';
import { acceptCookies } from '../util/cookies';

const formData: ModelFormData[] = [
{ selector: '[name="X1"]', value: '1', type: 'input' },
{ selector: '[name="X1"]', value: '0', type: 'input' },
{ selector: '[name="X2"]', value: '1', type: 'input' },
];

Expand Down

0 comments on commit 5967a6a

Please sign in to comment.