Skip to content

Commit

Permalink
Add no cover pragma to TMD-specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Oct 27, 2024
1 parent 9518205 commit 163d040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/taxcalcio.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def write_output_file(self, output_dump, dump_varset,
outdf = self.minimal_output()
column_order = outdf.columns
assert len(outdf.index) == self.calc.array_len
if self.tmd_input_data:
if self.tmd_input_data: # pragma: no cover
if "s006" in outdf:
weights = outdf["s006"].round(5)
outdf = outdf.round(2)
Expand Down

0 comments on commit 163d040

Please sign in to comment.