theochem / iodata

Python library for reading, writing, and converting computational chemistry file formats and generating input files.
https://iodata.readthedocs.io/
GNU Lesser General Public License v3.0
133 stars 46 forks source link

Remove useless catch_warnings #353

Closed tovrstra closed 4 months ago

tovrstra commented 4 months ago

A cleanup in the list of #191, deferred from #352 These are no longer needed, and they are also a poor practice for testing warnings in unit tests. Good riddance.

deepsource-io[bot] commented 4 months ago

Here's the code health analysis summary for commits 03bf3e6..b335004. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.
tovrstra commented 4 months ago

Thanks for the quick review!