Skip to content

Commit

Permalink
remove unncessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Nov 1, 2024
1 parent 450af09 commit 6cd9f0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validphys2/src/validphys/tests/test_pythonmakereplica.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def test_commondata_unchanged(data_config, dataset_inputs, use_cuts):
pre_mkrep_cvs = [deepcopy(cd.central_values) for cd in ld_cds]
pre_mkrep_sys_tabs = [deepcopy(cd.systematics_table) for cd in ld_cds]
pre_mkrep_cd_tabs = [deepcopy(cd.commondata_table) for cd in ld_cds]
API.make_replica(**config)

for post_mkrep_cd, pre_mkrep_cv in zip(ld_cds, pre_mkrep_cvs):
assert_series_equal(post_mkrep_cd.central_values, pre_mkrep_cv)
Expand Down

0 comments on commit 6cd9f0a

Please sign in to comment.