timothydmorton / isochrones

Pythonic stellar model grid access; easy MCMC fitting of stellar properties
http://isochrones.readthedocs.org
MIT License
120 stars 62 forks source link

nosetests run killed #153

Open m-vegap opened 3 years ago

m-vegap commented 3 years ago

Hi.

I installed isochrones on ubuntu 18.04.5 following the instructions described in https://isochrones.readthedocs.io/en/latest/install.html but when I run the tests, the process is killed.

nosetests isochrones /home/macarena/anaconda3/envs/isochrones/lib/python3.8/site-packages/isochrones/tests/test_fits.py:6: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead. from pandas.util.testing import assert_frame_equal .../home/macarena/anaconda3/envs/isochrones/lib/python3.8/site-packages/pandas/core/arraylike.py:358: RuntimeWarning: divide by zero encountered in log10 result = getattr(ufunc, method)(*inputs, **kwargs) Killed

I also tried to do the Quick Start in a jupyter notebook and ipython terminal. The first step worked but the second was killed. (in jupyter the kernel died)

In [2]: from isochrones.mist import MISTEvolutionTrackGrid ...: ...: grid_tracks = MISTEvolutionTrackGrid() ...: print(len(grid_tracks.df)) ...: grid_tracks.df.head() /home/macarena/anaconda3/lib/python3.7/site-packages/pandas/core/arraylike.py:358: RuntimeWarning: divide by zero encountered in log10 result = getattr(ufunc, method)(*inputs, **kwargs) Killed

The first time that i ran de tests it worked, but now i have these issues. I'll be grateful if you can help me :)