Resolve "uhash for large data"
Closes #26 (closed)
When hashing a Variable
we may not want to hash the actual data because:
- the data is too large
- the data is location specific (like a full path name)
I added a new key to varinfo:
var = Variable(value=..., varinfo={"uhash_data": "hashed-instead-of-the-value"})
Edited by Wout De Nolf