snapshot 2019-04-20 00:36:29.176343
This commit is contained in:
commit
60c2696fcd
@ -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…
x
Reference in New Issue
Block a user