Skip to content

Commit c853c99

Browse files
committed
comment on test for hrr
1 parent 4607a69 commit c853c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nssp/tests/test_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def test_valid_hrr(self, run_as_module_hrr, params):
7979
export_dir = params["common"]["export_dir"]
8080
csv_files = [f for f in Path(export_dir).glob("*.csv")]
8181

82+
# If summed normally, will give a huge number, If summed weighted, will give 100%
8283
for f in csv_files:
8384
df = pd.read_csv(f)
8485
assert (df.val == 100).all()

0 commit comments

Comments
 (0)