Skip to content
Snippets Groups Projects
Commit 5c0c1525 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

convenience change

parent cef75f2e
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ if __name__ == "__main__":
# Probing the variance
class Proby(ift.DiagonalProberMixin, ift.Prober): pass
proby = Proby((signal_space_1, signal_space_2), probe_count=2,ncpu=1)
proby = Proby((signal_space_1, signal_space_2), probe_count=1,ncpu=1)
proby(lambda z: fft(wiener_curvature.inverse_times(fft.inverse_times(z))))
# sm = SmoothingOperator(signal_space, sigma=0.02)
# variance = sm(proby.diagonal.weight(-1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment