Skip to content

Commit

Permalink
Update README.ipynb with new class names
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabhat authored Jul 2, 2023
1 parent 42e4a66 commit 276b5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"metadata": {},
"outputs": [],
"source": [
"from sbs.densitysampling import sample as dsam\n",
"from sbs.pathtracing import sample as psam\n",
"from sbs.broadsampling import sample as bsam\n",
"from sbs.densitysampling import DensitySampler as dsam\n",
"from sbs.pathtracing import PathSampler as psam\n",
"from sbs.broadsampling import BroadSampler as bsam\n",
"\n",
"from shapely.geometry import Polygon\n",
"import matplotlib.path as mplPath\n",
Expand Down

0 comments on commit 276b5b4

Please sign in to comment.