MolarVerse / PQAnalysis

PQAnalysis is a API/CLI python package for the analysis of MD simulations
https://molarverse.github.io/PQAnalysis/
MIT License
4 stars 2 forks source link

Logger Stacktrace #44

Open 97gamjak opened 4 months ago

97gamjak commented 4 months ago

Describe the bug Logger printing stacktrace for type checking.

To Reproduce

from PQAnalysis.analysis import RDF

RDF(1,1,1)

Expected behavior If environment variable PQANALYSIS_BEARTYPE_LEVEL is not set to DEBUG it shouldn't print any stacktrace