You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs are ahead of the 0.0.3 release. I added that function just yesterday. Gimme one sec to fire the wheels for 0.0.4 and push to pypi. That is why I have the build teqpflsh and build the docs github action.
Running
make html
results in:Notebook error:
CellExecutionError in polygons/polygonvalidity.ipynb:
And now sampling works after forcing validity
N = 10000
x = np.zeros((N, ))
y = np.zeros((N, ))
teqpflsh.sample_random(simpl, 10000, x, y)
plt.plot(x, y, '.', ms=1);
AttributeError Traceback (most recent call last)
Cell In[5], line 5
3 x = np.zeros((N, ))
4 y = np.zeros((N, ))
----> 5 teqpflsh.sample_random(simpl, 10000, x, y)
6 plt.plot(x, y, '.', ms=1);
AttributeError: module 'teqpflsh' has no attribute 'sample_random'
You can ignore this error by setting the following in conf.py:
The text was updated successfully, but these errors were encountered: