Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Jan 22, 2025
1 parent 47c5ff2 commit c8cd301
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/pint/output/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ def publish_param(param: Parameter):
def publish(
model: TimingModel,
toas: TOAs,
include_dmx=False,
include_noise=False,
include_jumps=False,
include_zeros=False,
include_fd=False,
include_glitches=False,
include_swx=False,
include_tzr=False,
include_prefix_summary=True,
include_set_params=True,
include_derived_params=True,
include_fit_summary=True,
include_dmx: bool = False,
include_noise: bool = False,
include_jumps: bool = False,
include_zeros: bool = False,
include_fd: bool = False,
include_glitches: bool = False,
include_swx: bool = False,
include_tzr: bool = False,
include_prefix_summary: bool = True,
include_set_params: bool = True,
include_derived_params: bool = True,
include_fit_summary: bool = True,
):
"""Generate LaTeX summary of a given timing model and TOAs.
Expand Down

0 comments on commit c8cd301

Please sign in to comment.