Fermitools-conda icon indicating copy to clipboard operation
Fermitools-conda copied to clipboard

Conda recipe files for the Fermi Sciencetools software analysis package: Fermitools

Results 15 Fermitools-conda issues
Sort by recently updated
recently updated
newest added

**Bug** Fermipy uses the ST_Version.py module at: mambaforge/base/pkgs/fermitools-2.2.0-py39h10ad0fb_0/lib/python3.9/site-packages/fermitools/ST_Version.py When launched for the first time the scrips function: _write_release_version(rel_version)_ is triggered, which is supposed to write the release version into a...

I just noticed there is a hardcoded line export condaname="fermitools" in the activate.sh If you create the environment with a different name, it will fail to activate the conda environment.

Numpy versions >1.2.0 deprecated some data types used by the Python code in the Fermitools, so recent installs of the tools have resulted errors when running pyLikelihood, e.g., > AttributeError:...

bug

It takes gtltcube >4 hours to process 15 years of Fermi data (~2 GB), while all other processes take

When attempting to use a pathlib.Path object in python, via a GtApp call or something like creating a BinnedObs object, the fermitools throw an error (see below). This isn't a...

There is some problem deactivating the fermi conda environment. After deactivating, I still have that python on my path. See: ``` % which python /usr/bin/python % conda activate fermi-2.2.0 (fermi-2.2.0)...

I installed the fermitools and ftools on NASA's NCCS discover cluster. On this machine a user can use up to 6300 CPUs via up to 25 jobs using slurm. However,...

Hello everyone, when I installed fermitools, it showed that the installation was successful, but when I used Gtburst, the following error occurred! (fermi3ML) lm@LAPTOP-PGKLAI6C:~$ gtburst Loading pyBurstAnalysisGUI v. 03-00-00p5 ..........

Hello, I am trying to create a docker that contains fermitools. However, I keep getting a mamba solver issue. I've even tried a very basic build ```Dockerfile FROM mambaorg/micromamba:0.25.1 RUN...

When looking at another issue, I compared the output of gltcube to a very old version of the ScienceTools. I realized that the tools no longer put the version of...

enhancement