We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deda03 commit e5310efCopy full SHA for e5310ef
quantmsutils/diann/dianncfg.py
@@ -25,8 +25,8 @@ def get_unimod_database():
25
Get the UnimodDatabase instance, creating it lazily on first access.
26
27
This pattern improves testability by avoiding database initialization at module
28
- import time and allows the database to be refreshed if needed by setting
29
- _unimod_database to None.
+ import time. For testing purposes, the internal _unimod_database variable can be
+ set to None to force re-initialization on the next call.
30
31
:return: The UnimodDatabase instance.
32
"""
0 commit comments