OpenFreeEnergy / konnektor

Algorithms for various Network Layouts and Tooling for planning FE Calculations
https://konnektor.readthedocs.io/
MIT License
14 stars 3 forks source link

make bare exception catching more explicit #95

Open atravitz opened 6 days ago

atravitz commented 6 days ago

In both MaximalNetworkGenerator and HeuristicMaximalNetworkGenerator, there are bare except statements. This caused some confusion on my end, when a mapper was failing but I was unaware because the error was caught.

@RiesBen (or anyone else who might know) - what was the original intent of this error-catching?