Closed adisidev closed 1 month ago
Additionally, what is the purpose of including a try-catch
block over check_topology
?
We should catch them in implementation files as to not clutter main. Either #167 or another future pull request should deal with this soon.
Similar to #172
For instance, shall we include the file reading error in
read_csv
instead ofmain
?