bdilday / pychadwick

Python package to interface with chadwick library
GNU General Public License v2.0
9 stars 4 forks source link

Segmentation faults with bad file path #14

Closed bdilday closed 4 years ago

bdilday commented 4 years ago

If a user attempts to make a data frame with a file path that does not exist, it generates a segmentation fault. It should instead raise a FileNotFoundError

bdilday commented 4 years ago

closed by https://github.com/bdilday/pychadwick/pull/15