Closed DrDomenicoMarson closed 2 years ago
No idea. It seems to me that assert alchemlyb.__name__ == 'alchemlyb'
should be enough. Could you use blame to check who wrote that part?
I didn't know about "blame" :-)
It seems @ianmkenney did the commit 6 years ago! Could we just remove the try
?
I couldn't tell you why I thought that was either necessary or useful. Feel free to change!
Great, I implemented the change in PR #240, I hope it's fine, just not to have another PR just for that!
If you had done another PR, I would have just merged it.
Micro-PRs are easier to maintain.
I was checking for coverage and I saw this test
Why are we catching an Exception here in a test?