Skip to content
Snippets Groups Projects
Commit 7e9120bc authored by Peters, Wouter's avatar Peters, Wouter
Browse files

now all data fully in place, first test for full cycle including optimization

parent 5af492c6
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,6 @@ class Optimizer(object):
memsamples=[]
for mem in members:
memsamples.append( mem.ModelSample.Data.getvalues('simulated') )
print "In Inverse", mem.membernumber, mem.ModelSample.Data.getvalues('simulated')
if n == 0:
allmemsamples = np.array(memsamples)
......@@ -114,8 +113,6 @@ class Optimizer(object):
self.X_prime = self.X_prime - self.x[:,np.newaxis] # make into a deviation matrix
self.HX_prime = self.HX_prime - self.Hx[:,np.newaxis] # make a deviation matrix
print self.HX_prime.max()
for i,mdm in enumerate(allmdm):
self.R[i,i] = mdm**2
......
......@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build-2.6
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment