patch develop branch

This commit is contained in:
rowanc1
2014-02-11 18:55:17 -08:00
parent f6b85ca173
commit b63675c0d8
6 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -56,12 +56,12 @@ class BaseData(object):
Where P is a projection of the fields onto the data space.
"""
if u is None: u = self.prob.field(m)
return Utils.mkvc(self.projectField(u))
if u is None: u = self.prob.fields(m)
return Utils.mkvc(self.projectFields(u))
@Utils.count
def projectField(self, u):
def projectFields(self, u):
"""
This function projects the fields onto the data space.