Jack Runburg
Jack Runburg
This would be a great feature. Are there existing ways to continue an interrupted run (due to HPC timeout) on jobs without a pool? Specifically in the case where I've...
Ahhhh got it. Okay I will periodically pickle thank you!
Thanks for getting back to me! Yes I'm using the multi round SNPE. I am already generating more simulations to improve the training, but how do I use just NPE?...
Okay so I managed to get ford running on a decent chunk of the codebase. It seems like it has trouble parsing '$' especially when it is in the name...
Hmm...I'm on Windows using Intel® Fortran Compiler Classic 2021.8.0 with Fortran Preprocessor 21.0-1007 right out of the box (from the intel oneAPI toolset). So I don't think I'm using any...
Oh whoops I see now. Thanks for the clarification. Long-term, I agree that I should change things. But it is used thousands of times in this project and it's not...
The Fermi background file is here: https://fermi.gsfc.nasa.gov/ssc/data/access/lat/BackgroundModels.html ``` from astropy.io import fits from astropy.wcs import WCS import reproject # this is the Fermi galactic background map gal_bg = fits.open('gll_iem_v07.fits') wcs...