snapshot 2019-04-20 00:36:29.176343
This commit is contained in:
commit
60c2696fcd
1 changed files with 0 additions and 3 deletions
|
|
@ -301,8 +301,6 @@ def read(filename: str,
|
|||
rp = numpy.linalg.solve(As, bs)[:, 0, None]
|
||||
rn = numpy.linalg.solve(As, ds)[:, 0, None]
|
||||
|
||||
print(rp)
|
||||
|
||||
intersection_p = v[:-2] + rp * dv[:-1] + perp[:-1]
|
||||
intersection_n = v[:-2] + rn * dv[:-1] - perp[:-1]
|
||||
|
||||
|
|
@ -347,7 +345,6 @@ def read(filename: str,
|
|||
try:
|
||||
shape.clean_vertices()
|
||||
except PatternError as err:
|
||||
print('error cleaning! {}'.format(err))
|
||||
continue
|
||||
|
||||
pat.shapes.append(shape)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue