LSSTDESC / CosmoParams

Standardized way of storing and handling sets of cosmological parameters
MIT License
0 stars 0 forks source link

Closing this repo #1

Open joezuntz opened 5 years ago

joezuntz commented 5 years ago

This functionality in this repository has (for practical purposes) been subsumed into CCL, so I think this repo should now be archived or removed.

jablazek commented 5 years ago

@yymao @philbull : do you agree that CCL handles everything needed at this point for parameter definitions and conventions? Is there a lightweight CCL object that can be used for this and is sufficiently general?

yymao commented 5 years ago

I am actually not familiar with this new feature of CCL. Can someone point me to the relevant documentation/code?

joezuntz commented 5 years ago

The pyccl.Cosmology object now does almost no calculations when it's first instantiated, so is lightweight enough for general use. And you can use Cosmology.write_yaml and .read_yaml to serialize.

yymao commented 5 years ago

Thanks for the pointer. I haven't tried it out yet but I suspect that it serves the need.