Closed L3ul closed 4 years ago
My immediate suspicion is that it is once more Windows not understanding Linux style paths.
In line 466: for GOutpFile in iso.NMROutputFiles: doesn't run even for a single iteration, because NMROutputFiles is empty, as Python script on windows does not find any files with Linux style paths. So it reads no shielding data and no label data either.
iso.NMROutputFiles are filled in either RunNMRCalcs or GetPrerunNMRCalcs functions, depending on which is run in your particular situation.
I would probably add a few print statements there to check, where exactly it fails in those functions.
Could you please test this again on Windows 10? I have just merged some pull requests which should improve the Windows support.
Managed to get DP4-AI running on a Debian VM, but I can't get it to work on Windows 10 using Conda.