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 79b8c8f commit 89737a7Copy full SHA for 89737a7
examples/package_tree/plot_similarity.py
@@ -4,6 +4,7 @@
4
from singularity.views.trees import make_package_tree
5
from singularity.analysis.compare import compare_packages
6
from singularity.analysis.utils import get_packages
7
+import pickle
8
9
# Compare your own data
10
data = pickle.load(open('comparisons.pkl','rb'))['files.txt']
0 commit comments