Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mal-lang/mal-simulator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7053d6d3f2cee8bb96ce10991ea8a785072822fc
Choose a base ref
..
head repository: mal-lang/mal-simulator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd0e80a01c9d5786e63f6b80ad8e30fdcb776851
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 tests/test_scenario.py
2 changes: 0 additions & 2 deletions tests/test_scenario.py
Original file line number Diff line number Diff line change
@@ -274,8 +274,6 @@ def test_load_scenario_false_positive_negative_rate():
)

# Defined in scenario file
fp_base_rate = 0
fn_base_rate = 0
host_0_access_fp_rate = 0.2
host_1_access_fp_rate = 0.3
host_0_access_fn_rate = 0.4