MOSFiT
MOSFiT copied to clipboard
Modular Open Source Fitter for Transients
Hi, I am trying to run mosfit (I had to reinstall) so it's the latest version and I get this error ``` Basic model file: /Users/lydiamakrygianni/miniconda3/lib/python3.10/site-packages/mosfit/models/model.json Model file: /Users/lydiamakrygianni/miniconda3/lib/python3.10/site-packages/mosfit/models/tde/tde.json Parameter...
In the info file along with the csm_table.dat the columns are defined as follows Columns are: n, s, beta_fs, beta_rs, A https://github.com/guillochon/MOSFiT/blob/7e7779b6932955eb3875ebab5fe3fd28745eeb17/mosfit/models/csm/data/info.txt#L1C1-L3C39 which is what the csm.py engine file expects...
Hi all — Over at conda-forge, we're running a migration to build a new package of mosfit for Python 3.12. [The build isn't working][1] because of the `np.float` deprecation, which...
When creating populations of simulated light curves, if the 'gaussian' prior is specified with a 'mu' which lies outside of the prior range, the drawn values for that parameter do...
 I guess it is trying to allocate massive memory (O(iterations*walkers)?) when doing output. This should be avoided. Also, it says 'All walkers written' but nothing is on disk....
Hi, I am trying to install mosfit with conda as pip install has previously reported issues with mpi4py but I get PackagesNotFoundError: The following packages are not available from current...
 The console error is in the image above. I'm using a Jupyter notebook from LIneA.
Would you be interested to add support for https://johannesbuchner.github.io/UltraNest/ ? The interface should be very similar to dynesty. UltraNest is a very reliable tuning-parameter-free algorithm. It can be faster than...
Hi, When running mpirun -np 2 (or higher) mosfit {json_file} -m {model} it crashes. I have mentioned it to Matt in private communication but since the issue still exists I...
Hi, I met an issue when MOSFit was generating output. All the fitting process was successful, but I got this error message during constructing output. ```Python Constructing output... Traceback (most...