The Wayback Machine - https://web.archive.org/web/20210807043930/https://github.com/topics/astrophysics
Skip to content
#

astrophysics

Here are 703 public repositories matching this topic...

lightkurve
barentsen
barentsen commented Jan 22, 2021

We could look into using the diskcache package to cache MAST search operations:

https://pypi.org/project/diskcache/

The package is a disk-based key-value store which makes it easy to specify an expiration time for each entry. This would allow us to e.g. cache search queries for 24 hours, which would significantly speed up searches across different Python processes, whilst largely avoiding

maxpkatz
maxpkatz commented Jun 2, 2021

castro.change_max = 1.0 means that the timestep can only ever stay the same or decrease relative to its initial value. I think we should disallow this value, I have a hard time imagining a use case for this (if you want a fixed timestep, use fixed_dt, and if you want a timestep cap but still allow the timestep to decrease, use max_dt). It causes problems with the retry functionality.

radis

Improve this page

Add a description, image, and links to the astrophysics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the astrophysics topic, visit your repo's landing page and select "manage topics."

Learn more