We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc333be commit dc6fcabCopy full SHA for dc6fcab
demo.m
@@ -33,7 +33,7 @@ function demo(args)
33
34
%% Run StrataTrapper
35
36
-mask = true(ceil(grid.cells.num* 0.1),1); % process only a fraction of cells
+mask = true(ceil(grid.cells.num* 1e-3),1); % process only a fraction of cells
37
38
sub_rock = downscale_all(grid,rock,mask,downscale_params);
39
0 commit comments