We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For instance, shall we include the file reading error in read_csv instead of main?
read_csv
main
The text was updated successfully, but these errors were encountered:
Additionally, what is the purpose of including a try-catch block over check_topology?
try-catch
check_topology
Sorry, something went wrong.
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
adisidev
No branches or pull requests
For instance, shall we include the file reading error in
read_csv
instead ofmain
?The text was updated successfully, but these errors were encountered: