Skip to content

Commit

Permalink
fix typo in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Dec 16, 2024
1 parent 813eb77 commit cd57e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def plot_compare_angle(theta1, ts1, label1, theta2, ts2, label2, title):
mod = DWBAModel()
ts_dwba = mod.calculate_ts(m)

plot_compare_angle(m['theta'], ts, 'DWBA', m['theta'], bmt[name], 'Benchmark', name)
plot_compare_angle(m['theta'], ts_dwba, 'DWBA', m['theta'], bmt[name], 'Benchmark', name)

##########################################################
# And the DWBA and SDWBA on a real shape
Expand Down

0 comments on commit cd57e11

Please sign in to comment.