Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phishing model and data updates #462

Merged
10 commits merged into from
Nov 18, 2022
Prev Previous commit
Next Next commit
New version of phishing-email-validation-data.jsonlines is 101 lines …
…longer than the original, added an extra 101 lines of nan values to the mock data and updated the expected values
  • Loading branch information
dagardner-nv committed Nov 16, 2022
commit a7155e3f48f039aac5983d70d92482f0acfce08d
2 changes: 1 addition & 1 deletion tests/test_phishing.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def async_infer(callback=None, **k):

pipe.run()
results = calc_error_val(results_file_name)
assert results.diff_rows == 774
assert results.diff_rows == 198


@pytest.mark.slow
Expand Down
4 changes: 2 additions & 2 deletions tests/tests_data/triton_phishing_inf_results.csv
Git LFS file not shown