Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Jan 22, 2025
1 parent 8acdefa commit 61a7cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/Wideband_TOA_walkthrough.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
# #### Design Matrix are combined

# %%
d_matrix, labels, units = fitter.get_designmatrix()
d_matrix, labels, units, units_d = fitter.model.full_designmatrix(toas)

# %%
print("Number of TOAs:", toas.ntoas)
Expand Down

0 comments on commit 61a7cf3

Please sign in to comment.