Skip to content

Commit

Permalink
Update sample data path
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsare committed Sep 25, 2019
1 parent e9639dc commit 0df0a9c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pymccrgb/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

from .ioutils import load_las

directories = os.path.dirname(__file__)
path = "/".join(directories.split("/")[0:-1])
DATA_DIRECTORY = os.path.join(path, "docs/source/examples/data")
path = os.path.dirname(__file__)
DATA_DIRECTORY = os.path.join(path, "data")


def load_kaibab_lidar(npoints=None):
Expand Down

0 comments on commit 0df0a9c

Please sign in to comment.