Hi! I hope you're well. I recently installed isochromes and upon running nosetests isochromes, I get the following output:
(astrolab_hrd) sshamsi@SHAMSI-LAP:~$ nosetests isochrones
/home/sshamsi/miniconda3/envs/astrolab_hrd/lib/python3.9/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/sshamsi/miniconda3/envs/astrolab_hrd/lib/python3.9/site-packages/pandas/core/arraylike.py:397: RuntimeWarning: divide by zero encountered in log10
result = getattr(ufunc, method)(*inputs, **kwargs)
/home/sshamsi/miniconda3/envs/astrolab_hrd/lib/python3.9/site-packages/isochrones/models.py:148: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
subdf.loc[:, "dm_deep"] = deriv
/home/sshamsi/miniconda3/envs/astrolab_hrd/lib/python3.9/site-packages/tables/attributeset.py:459: NaturalNameWarning: object name is not a valid Python identifier: 'axis1_name[Fe/H]'; it does not match the pattern ``^[a-zA-Z_][a-zA-Z0-9_]*$``; you will not be able to use natural naming to access this object; using ``getattr()`` will still work, though
check_attribute_name(name)
interpolating missing values in evolution tracks (feh=-4.0)': 100%|████████████████████████████████| 196/196 [00:00<00:00, 866.28it/s]
interpolating missing values in evolution tracks (feh=-3.5)': 100%|████████████████████████████████| 196/196 [00:00<00:00, 196.93it/s]
interpolating missing values in evolution tracks (feh=-3.0)': 100%|████████████████████████████████| 196/196 [00:01<00:00, 129.69it/s]
interpolating missing values in evolution tracks (feh=-2.5)': 100%|████████████████████████████████| 196/196 [00:01<00:00, 110.23it/s]
interpolating missing values in evolution tracks (feh=-2.0)': 100%|█████████████████████████████████| 196/196 [00:01<00:00, 99.46it/s]
interpolating missing values in evolution tracks (feh=-1.75)': 100%|███████████████████████████████| 196/196 [00:00<00:00, 253.08it/s]
interpolating missing values in evolution tracks (feh=-1.5)': 100%|████████████████████████████████| 196/196 [00:00<00:00, 290.92it/s]
interpolating missing values in evolution tracks (feh=-1.25)': 100%|███████████████████████████████| 196/196 [00:00<00:00, 342.94it/s]
interpolating missing values in evolution tracks (feh=-1.0)': 100%|████████████████████████████████| 196/196 [00:00<00:00, 319.67it/s]
interpolating missing values in evolution tracks (feh=-0.75)': 100%|███████████████████████████████| 196/196 [00:00<00:00, 320.18it/s]
interpolating missing values in evolution tracks (feh=-0.5)': 100%|████████████████████████████████| 196/196 [00:00<00:00, 331.73it/s]
interpolating missing values in evolution tracks (feh=-0.25)': 100%|███████████████████████████████| 196/196 [00:00<00:00, 362.00it/s]
interpolating missing values in evolution tracks (feh=0.0)': 100%|█████████████████████████████████| 196/196 [00:00<00:00, 293.63it/s]
interpolating missing values in evolution tracks (feh=0.25)': 100%|████████████████████████████████| 196/196 [00:01<00:00, 140.77it/s]
interpolating missing values in evolution tracks (feh=0.5)': 100%|██████████████████████████████████| 196/196 [00:02<00:00, 74.35it/s]
Killed
(astrolab_hrd) sshamsi@SHAMSI-LAP:~$ nosetests isochrones
/home/sshamsi/miniconda3/envs/astrolab_hrd/lib/python3.9/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
...Killed
I tried installing Multinest but that then chashed without any output.
The logs suggest an OOM issue. Is this a normal amount of memory to use?
Hi! I hope you're well. I recently installed
isochromes
and upon runningnosetests isochromes
, I get the following output:I tried installing Multinest but that then chashed without any output.
The logs suggest an OOM issue. Is this a normal amount of memory to use?
Thank you!