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 f73fc8a commit 9b0b880Copy full SHA for 9b0b880
cadet/h5.py
@@ -116,8 +116,8 @@ def load(
116
If True, uses a file lock while loading.
117
"""
118
warnings.warn(
119
- "Deprecation warning: Support for setting cadet.cadet_path will be removed "
120
- " in a future version. Use `install_path` instead.",
+ "Deprecation warning: Support for `load` will be removed in a future "
+ "version. Use `load_from_file` instead.",
121
FutureWarning
122
)
123
self.load_from_file(paths=paths, update=update, lock=lock)
0 commit comments