Skip to content

Conversation

satra
Copy link
Member

@satra satra commented Aug 20, 2013

closes #639

@@ -1205,6 +1205,11 @@ def hash_exists(self, updatehash=False):
# of the dictionary itself.
hashed_inputs, hashvalue = self._get_hashval()
outdir = self.output_dir()
hashfiles = glob(os.path.join(outdir, '*.json'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if the interface itself writes out a .json?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i actually fixed this in a separate branch which explicitly asks for _0x*.json. i'll update this with that fix.

mwaskom added a commit that referenced this pull request Sep 7, 2013
@mwaskom mwaskom merged commit 88dad85 into nipy:master Sep 7, 2013
@mwaskom mwaskom deleted the fix/mapnode branch September 7, 2013 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Caching not working properly for Mapnodes
2 participants