change field--> fields

This commit is contained in:
rowanc1
2014-02-11 18:45:06 -08:00
parent 62f00004eb
commit 12e885f5ce
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.