-
Updated
Aug 29, 2020 - C
astrophysics
Here are 558 public repositories matching this topic...
yt-project / yt
-
Updated
Sep 2, 2020 - Python
-
Updated
Jul 15, 2020
The Poisson solve absolute tolerance sets the accuracy of the Poisson solve. Given the value of abs_tol, the error level targeted in the Poisson solve is abs_tol * 4 * pi * G * rho_max, where rho_max is the maximum density on the domain. For Cartesian simulations the default value is 1.e-11, and for non-Cartesian the default value is 1.e-10.
At high resolution, and/or for complicated mass distr
The python implementation of leapfrog does not make use of the fact that drifts can be combined when not storing output, causing it to be slower than necessary. Comparing to the C implementation, it also appears to not be as precise.
-
Updated
Feb 21, 2019 - Python
-
Updated
Aug 1, 2020 - Python
-
Updated
Jul 17, 2019
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 17, 2020 - C
-
Updated
Jan 13, 2020
-
Updated
Jul 10, 2020 - C
Throughout the tardis codebase, we have multiple LATEX strings which are written as simple strings - they should be converted to raw strings so that we don't need to write double \\.
latex_name = (r'g_{\textrm{electron}}',)
latex_formula = (r'\Big(\d
-
Updated
Sep 1, 2020 - AMPL
There are way to many UserWarnings coming out of the testing suite (causing at least one of the travis jobs to terminate). Ideally the tests should avoid running into those issues except in the case when their raising is tested on a context manager.
I suppose this issue can be a nice starting point for someone new to the project and wanting to become familiar with the code base before e.g. GSoC
-
Updated
Jun 9, 2020 - C++
-
Updated
Aug 25, 2020 - Python
-
Updated
Dec 2, 2019 - Jupyter Notebook
-
Updated
Aug 24, 2020 - Python
Error spotted by @stephanedelperugia
Context
~/.radis
[DB_ISSUE_78]
info = ...
path =
PATH/TO/cdsd_hitemp_07
format = cdsd-hitemp
levelsfmt = radis
Note that parfuncfmt is not declared
Minimal Code
s = calc_spectrum(2000, 2300, # cm-1
molecule='CO2',
isotope='1,2,3',
pressure=1.01325, #
-
Updated
Jul 13, 2020 - Python
-
Updated
Feb 21, 2014 - C
-
Updated
Jan 28, 2020 - Python
-
Updated
Aug 26, 2020 - Jupyter Notebook
-
Updated
Jul 27, 2020 - Python
Adstring outputs the wrong string when dec starts with negative zero (i.e. -0.5), while radec converts correctly.
>> adstring(15, -0.5)
" 01 00 00.0 +00 30 00"
>> radec(15, -0.5)
(1.0, 0.0, 0.0, -0.0, 30.0, 0.0)
The bug seems to be this line in adstring.jl:
dec_string = @sprintf("%+03.2d %02d %s", dec_deg, dec_min, dec_sec_string)
which ignores the negative zero.
A
-
Updated
Jul 9, 2020 - Python
Improve this page
Add a description, image, and links to the astrophysics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the astrophysics topic, visit your repo's landing page and select "manage topics."


Problem
Lightkurve has a lot of unit tests which access the data archive at MAST. This causes a number of problems:
Current workaround
We have flagged the tests which require inte