Skip to content
Snippets Groups Projects
Commit 9ed43cc8 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: Missed one attribute on Cluster objects

parent a3a4ea18
No related branches found
No related tags found
No related merge requests found
......@@ -430,6 +430,7 @@ def loadClusterResults(featdir, settings, contrast, ftest=False):
# F-test cluster results will not have
# COPE-* results
if not hasattr(self, 'copemax'): self.copemax = np.nan
if not hasattr(self, 'copemaxx'): self.copemaxx = np.nan
if not hasattr(self, 'copemaxy'): self.copemaxy = np.nan
if not hasattr(self, 'copemaxz'): self.copemaxz = np.nan
......
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