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 8074f1a commit 294f890Copy full SHA for 294f890
examples/15_scipp_loader.py
@@ -8,6 +8,7 @@ def main():
8
try:
9
scipp_loader = series.to_scipp()
10
import plopp # noqa
11
+ print("Plopp version:", plopp.__version__)
12
except ImportError:
13
print("Need to install scipp and plopp to run this example.")
14
return
0 commit comments