Skip to content

Commit

Permalink
fix diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 6, 2024
1 parent b717ec7 commit dc2581c
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 72 deletions.
2 changes: 1 addition & 1 deletion pyro/diffusion/problems/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DEFAULT_INPUTS = "inputs.gaussian"

PROBLEM_PARAMS = {"gaussian.t_0": 0.001,
"gaussian:phi_0": 1.0,
"gaussian.phi_0": 1.0,
"gaussian.phi_max": 2.0}


Expand Down
Loading

0 comments on commit dc2581c

Please sign in to comment.