Exo-TiC / ExoTiC-ISM

This is a repository for the reduction pipeline detailed in Wakeford, et al., 2016, ApJ. The method implements marginalization across a series of models to represent stochastic models for observatory and instrument systematics. This is primarily for HST WFC3, however, may be extended to STIS in the future.
MIT License
8 stars 6 forks source link

Run hangs when plotting=True on remote machine #97

Open ivalaginja opened 4 years ago

ivalaginja commented 4 years ago

I should just note that I ran the example on a remote machine (my laptop's running low on space, so I had to ssh into my work desktop to clone the repo there!). When I tried running the example it performed the first stage of fitting, but hung when it got to the second. I got things to work by changing to plotting = False in the config file, after which it ran through everything ok.

Originally posted by @mattpitkin in https://github.com/openjournals/joss-reviews/issues/2281#issuecomment-644721513

The minimum we should do is to add a note about this in the docs, while maybe also setting the default to plotting = False?