fermi-lat / Likelihood

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

core dumped issue #106

Open aminasuneer opened 3 years ago

aminasuneer commented 3 years ago

I have been doing fermi unbinned analysis ,and everytime after gtlike step ,I was getting only partial results..always it is giving some coredumped issue and does not giving an option for refit and the plots in results as it is given in the analysis threads. my fermitools version is 2.0.8

Please help me

aminasuneer commented 3 years ago

I have installed the fermitools 2.0.8 within anaconda package and setup the fermi environment. but still I get module not found error when I am trying to import pylikelihood as shown below. Can anyone fix my problem?

You have LD_LIBRARY_PATH set. This might interfere with the correct functioning of conda and the Fermi ST (fermi) [amina@amina ~]$ (fermi) [amina@amina ~]$ (fermi) [amina@amina ~]$ python Python 3.7.10 | packaged by conda-forge | (default, Feb 19 2021, 16:07:37) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import pylikelihood as pylike Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'pylikelihood'

donhorner commented 3 years ago

There's a known problem with running gtlike on the command like with plot=yes that might be the issue with your first question. We're working on fixing it. The plotting does work when using the python interface.

For your second question, you need to import "pyLikelihood". The first "L" is capitalized.