brycefrank / pyfor

Tools for analyzing aerial point clouds of forest data.
MIT License
93 stars 19 forks source link

Eliminate `ResourceWarning`s from testing suite #64

Closed brycefrank closed 4 years ago

brycefrank commented 4 years ago

e.g.:

ResourceWarning: Enable tracemalloc to get the object allocation traceback
/home/travis/miniconda/envs/pyfor_env/lib/python3.7/site-packages/llvmlite/ir/builder.py:910: ResourceWarning: unclosed file <_io.BufferedReader name='/home/travis/build/brycefrank/pyfor/pyfortest/data/mock_collection/1.las'>
  idx = [idx]

Probably a result of bad reading habits in Cloud

brycefrank commented 4 years ago

Some of these are from upstream in laxpy. Should be resolved completely with laxpy 0.2.0