Skip to content

Commit

Permalink
in preparation for the tutorial on the paper
Browse files Browse the repository at this point in the history
  • Loading branch information
ccluri committed Sep 10, 2018
1 parent 2851e55 commit bc0dc3d
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 156 deletions.
20 changes: 10 additions & 10 deletions tutorials/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ def initialize(value):
'sigma': 1.0,
'h': 1.0},
'ValidateMoIKCSD': {'R_init': 0.08,
'n_src_init': 1000,
'gdx': 0.01, 'gdy': 0.01,
'xmin': 0.0, 'xmax': 1.0,
'ymin': 0.0, 'ymax': 1.0,
'ext_x': 0.0, 'ext_y': 0.0,
'sigma': 1.0,
'h': 1.0,
'lambd': 0.0,
'MoI_iters': 20,
'sigma_S': 5.0},
'n_src_init': 1000,
'gdx': 0.01, 'gdy': 0.01,
'xmin': 0.0, 'xmax': 1.0,
'ymin': 0.0, 'ymax': 1.0,
'ext_x': 0.0, 'ext_y': 0.0,
'sigma': 1.0,
'h': 1.0,
'lambd': 0.0,
'MoI_iters': 20,
'sigma_S': 5.0},
'ValidateKCSD3D': {'R_init': 0.31,
'n_src_init': 300,
'est_xres': 0.05, 'est_yres': 0.05, 'est_zres': 0.05,
Expand Down
Loading

0 comments on commit bc0dc3d

Please sign in to comment.