We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4607a69 commit c853c99Copy full SHA for c853c99
nssp/tests/test_run.py
@@ -79,6 +79,7 @@ def test_valid_hrr(self, run_as_module_hrr, params):
79
export_dir = params["common"]["export_dir"]
80
csv_files = [f for f in Path(export_dir).glob("*.csv")]
81
82
+ # If summed normally, will give a huge number, If summed weighted, will give 100%
83
for f in csv_files:
84
df = pd.read_csv(f)
85
assert (df.val == 100).all()
0 commit comments