isochrones icon indicating copy to clipboard operation
isochrones copied to clipboard

Pythonic stellar model grid access; easy MCMC fitting of stellar properties

Results 98 isochrones issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to get started with isochrones. I attempted to run nosetests isochrones and am running into a problem. I have tried the following: `conda create -n isochrones...

Might be nice to change the format of `star.ini` from using `ConfigObj` to the more universally used YAML. This could allow for some more flexibility in input.

I can't find a single one of the notebook files in this repo that work with the latest master.

What are the isochrones/tests files for, compared to the ones in notebook/ Are tests working on the current master ?

Line 7 shows the following error when ran : ```ImportErrorTraceback (most recent call last) in ----> 1 from isochrones.priors import feh_prior ImportError: cannot import name 'feh_prior'```

Looks like this folder contains custom personal sample files that aims to be run at a SLURM based HPC. If this is the case, they should be put in isochrones/examples/hpc...

Hi Tim, I'm trying to get isochrones working in a docker container, and i've been using some parts of your travis script to install isochrones from source (master) . However...