Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josemanuel22 authored Mar 1, 2024
1 parent 8671d63 commit 2adfae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ include("../utils.jl")

#We plot the results
plot_global(
x -> quantile.(-target_model, cdf(noise_model, x)),
x -> quantile.(target_model, cdf(noise_model, x)),
noise_model,
target_model,
gen,
Expand Down

0 comments on commit 2adfae5

Please sign in to comment.