MCPcopy
hub / github.com/ContextLab/hypertools / load

Method load

hypertools/_externals/ppca.py:135–139  ·  view source on GitHub ↗
(self, fpath)

Source from the content-addressed store, hash-verified

133 np.save(fpath, self.C)
134
135 def load(self, fpath):
136
137 assert os.path.isfile(fpath)
138
139 self.C = np.load(fpath)

Callers 15

animate_spin.pyFile · 0.80
animate.pyFile · 0.80
plot_describe.pyFile · 0.80
plot_align.pyFile · 0.80
plot_labels.pyFile · 0.80
animate_MDS.pyFile · 0.80
plot_clusters.pyFile · 0.80
explore.pyFile · 0.80
plot_legend.pyFile · 0.80
plot_basic.pyFile · 0.80
analyze.pyFile · 0.80
plot_2D.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected