Skip to content

Commit 4e9fe52

Browse files
author
Ian Rankin
committed
Fixed example for latest set of sampling functions
1 parent 45f862e commit 4e9fe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SimplePRM/SimplePRM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030

31-
map = {'size': np.array([10,10])}
31+
map = {'height': 10, 'width': 10}
3232

3333
G = gr.PRM(map, 100, 3.0)
3434

0 commit comments

Comments
 (0)