Can you file an issue at HDF5.jl? I can't promise I'll be able to get to this anytime soon, so at least with an issue it won't be forgotten.
I've written a fair number of macros, and I have to say that those @save and @load macros are the thorniest I've ever tackled (despite being pretty short). I keep thinking there must be a better way... --Tim On Tuesday, February 11, 2014 03:27:23 PM Eric Libby wrote: > Hello, > I am coming from the Matlab world and am trying to run a function where I > save the "workspace" of variables inside the function during each iteration > (it has some loops). I can somehow save and load data via HDF5 through the > interpreter but when I run the function it generates a basically empty .jld > save file. Does this have something to do with variable scope? > > Thanks, > Eric
