Daniel Wheeler
Daniel Wheeler
@martinwk: fipy for sure shouldn't be importing with `import *`. It was all written a long time ago! As a hack, maybe alter the `sysargs` option [here](https://github.com/usnistgov/fipy/blob/master/fipy/tools/parser.py#L45) to remove the...
> @wd15 thanks for your suggestion for a workaround. Do you suggest to fork the code and alter the code there? That's what I was thinking, but no idea if...
Hi @owaisahmad18: I would assume that MCRpy uses Numpy arrays. `data_correlation` is likely a Dask array so you need to call `numpy.array(data_correlation)` on it to turn it into a Numpy...
> To find twopointcorrelation i need to pass data_disc through Primitive Transformer which add another column and makes shape from (256x256) ---> (256x256x2) but reconstruct.py in MCRpy takes only (256X256)...
> I tired it showed following error > > Traceback (most recent call last): File "/home/owais/phase_evol/2pointstate/MCRpy-main/test_2/reconstruct.py", line 196, in main(args) File "/home/owais/phase_evol/2pointstate/MCRpy-main/test_2/reconstruct.py", line 57, in main convergence_data, last_frame = reconstruct(...
Ok, thanks for the report. I'm not currently working on PyMKS, but might try and catch it up with current dependencies in the next few months.
@tkphd: what do you think?
This all looks great. Just one thing, could you remove notebooks 1 and 4 from this PR as they don't have any real changes (just white space and python versions)?...
Can I just implement what you've suggested? Would anyone require a discussion about this?
I emailed Casey Hume about this