Addalin / pyALiDAn

A python implementation of the Atmospheric Lidar Data Augmentation (ALiDAn) framework and a learning pipeline utilizing both ALiDAn's and raw data.
https://github.com/Addalin/pyALiDAn
5 stars 0 forks source link

sqlite - raise load error #10

Open Addalin opened 3 years ago

Addalin commented 3 years ago

https://github.com/Addalin/learning_lidar/blob/1e11f1ea226a4dbb106edbab681da365459cbf44/dataseting.py#L165-170

raise load exception if file does not exist. The "with" statement continues to run for some reason. I tried to use the "try" statement, but probably I am not using it right