Skip to content

Commit

Permalink
Skip warnings check for failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Feb 28, 2021
1 parent cb8edb9 commit 3550721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_experiment_rsmpredict.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_run_experiment_lr_rsmtool_and_rsmpredict():

yield check_scaled_coefficients, source, experiment_id
yield check_generated_output, csv_files, experiment_id, 'rsmtool'
yield check_report, html_report
yield check_report, html_report, True, False

# check that the rsmpredict generated the same results
for csv_pair in [('predictions.csv',
Expand Down

0 comments on commit 3550721

Please sign in to comment.