jacopo-chevallard / PyP-BEAGLE

4 stars 1 forks source link

Python 3 pyp-beagle does not plot the MAP SED #47

Closed lukasfurtak closed 2 years ago

lukasfurtak commented 2 years ago

Hi,

I switched to the python 3 version of pyp-beagle and when I run:

pyp_beagle -r BEAGLE_outputs/Fit_all_spec-z --plot-marginal --show-MAP-SED

it plots the photometry and the marginal photometry but not the best-fitting SED (see attached plot). Note the same command works fine in python 2.7 version pyp-beagle where it also plots the MAP SED as a black line.

7338_BEAGLE_marginal_SED_phot.pdf

jacopo-chevallard commented 2 years ago

@ImaanBontle you recently found the same issue, am I right?

ImaanBontle commented 2 years ago

@lukasfurtak @jacopo-chevallard Yes, I have the same issue. PyP-BEAGLE seems to accept the command but not produce any visible output from it. I haven't found a solution so far.

jacopo-chevallard commented 2 years ago

@ImaanBontle @lukasfurtak it should be solved with version 0.9.3, you can update your version with pip install pyp-beagle -U

Can you, please, confirm that it is fixed?

ImaanBontle commented 2 years ago

@jacopo-chevallard Seems fixed now!

lukasfurtak commented 2 years ago

@jacopo-chevallard Yes, works now, thanks!