Hey All,
As I said in last week's call, we should work towards adding a command that grabs the necessary files that normally it would attempt to grab from the web, and instead caches them locally. This would allow PINT to be used on compute nodes which usually have no outside access to the Internet.
Right now, I get around this by running python -c "import pint.toa" and that will nab some files from astropy and cache them for ~ a week.
It would also be nice to force PINT to tell astropy to use old cached files if the user requires it -or- if there is no internet connection, instead of killing the script.
~ Joe G.
Hey All,
As I said in last week's call, we should work towards adding a command that grabs the necessary files that normally it would attempt to grab from the web, and instead caches them locally. This would allow PINT to be used on compute nodes which usually have no outside access to the Internet.
Right now, I get around this by running
python -c "import pint.toa"and that will nab some files from astropy and cache them for ~ a week.It would also be nice to force PINT to tell astropy to use old cached files if the user requires it -or- if there is no internet connection, instead of killing the script.
~ Joe G.