Skip to content

Commit

Permalink
API change from fastkde.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x authored and jvesely committed Nov 7, 2024
1 parent 7e62d39 commit fc8f10e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def simulation_likelihood(
continue

# Do KDE
fKDE = fastKDE.fastKDE(dsub, doSaveMarginals=False)
fKDE = fastKDE.fastKDE(dsub, do_save_marginals=False)
pdf = fKDE.pdf
axes = fKDE.axes

Expand Down

0 comments on commit fc8f10e

Please sign in to comment.