Skip to content

Commit

Permalink
removing dynamic test collection generation, repushing to check compa…
Browse files Browse the repository at this point in the history
…tibility

with laxpy 0.1.6
  • Loading branch information
brycefrank committed Oct 12, 2019
1 parent a47b606 commit cdbf0a2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- libkml
- geopandas
- joblib
- conda-forge::poppler
- poppler
- conda-forge::lastools
- pip:
- laspy
Expand Down
Binary file modified pyfortest/data/mock_collection/0.lax
Binary file not shown.
Binary file modified pyfortest/data/mock_collection/1.lax
Binary file not shown.
Binary file modified pyfortest/data/mock_collection/2.lax
Binary file not shown.
Binary file modified pyfortest/data/mock_collection/3.lax
Binary file not shown.
2 changes: 0 additions & 2 deletions pyfortest/test_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def test_buffered_func(pc, tile):
def test_byfile_func(las_path):
print(cloud.Cloud(las_path))


def make_test_collection():
"""
Splits the testing tile into 4 tiles to use for testing
Expand Down Expand Up @@ -39,7 +38,6 @@ def make_test_collection():

class CollectionTestCase(unittest.TestCase):
def setUp(self):
make_test_collection()
self.test_col = collection.from_dir(os.path.join(data_dir, 'mock_collection'))

def test_create_index(self):
Expand Down

0 comments on commit cdbf0a2

Please sign in to comment.