Push back the low_probability concept and fixes to finding weights.

This commit is contained in:
Danny Staple
2023-01-30 23:18:35 +00:00
parent d507ebec6a
commit 542e92a3ee
3 changed files with 22 additions and 21 deletions
+2
View File
@@ -9,6 +9,8 @@ height = 1500
cutout_width = 500
cutout_height = 500
low_probability = 10 ** -10
boundary_lines = [
[(0,0), (0, height)],
[(0, height), (width, height)],