Skip to content

Commit

Permalink
update scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
heliy committed Aug 9, 2023
1 parent 8eb3ce7 commit 0233b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/HorizontalCell.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
mosaic = pattern.new_mosaic(scope=scope)
mosaic, losses = pattern.simulate(mosaic=mosaic, interaction_func=h_func,
features=None, schedule=AdaptiveSchedule(),
max_step=None, update_ratop=None,
max_step=None, update_ratio=None,
save_prefix="examples/simulated/HC/Sample",
save_step=500, verbose=True)
mosaic.draw_points()
Expand Down
2 changes: 1 addition & 1 deletion scripts/parallel_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# select the pattern
from examples.HorizontalCell import pattern as HC
from examples.HorizontalCell import scope, h_func
features = ["nn", "vd"]
features = ["NN", "VD"]
# set output files
save_prefix = "examples/simulated/HC/W1"
# chose a random seed
Expand Down
2 changes: 1 addition & 1 deletion tutorial/estimate_inter_ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The estimation requires the [spatstat](https://spatstat.org/) libaray in [R](htt
install.packages('spatstat')
```

We recommend learning the basic of the `R` language for further usage. In this part, we suppose you know the basic of a retinal mosaic and the usage of the `OPIPP` module. Furthermore, you need to modify R scripts for your simulations.
Here, we suppose you know the basic of a retinal mosaic and the usage of the `OPIPP` module. Furthermore, you need to modify R scripts for your applications. Therefore, We recommend learning the basic of the `R` language for further usage.

# Save points into local files

Expand Down

0 comments on commit 0233b54

Please sign in to comment.