Skip to content

Commit

Permalink
Bug: Inverted logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Campoverde committed Jan 29, 2025
1 parent e7e5e4a commit c752448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filter_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _check_file(file_path : str, is_mc : bool) -> None:
rdf_dt = RDataFrame('DecayTree' , file_path)
_check_branches(rdf_dt)

if is_mc:
if not is_mc:
return

rdf_mc = RDataFrame('MCDecayTree', file_path)
Expand Down

0 comments on commit c752448

Please sign in to comment.