Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding solver part in the calculate method * adding the objective function * added the solution vector method * final touches for the solver * tests, attempt 1 * ran black * fixed the issue with tests * ran black * added missing doctrings in the nlte_rate_equation_solver.py * added doctrings to tests * changed the test to explicitly calculate the lte solution ion number densities. * ran black * added the atom data file to download_reference_data.sh * fixed download_reference_data.sh * Revert "added the atom data file to download_reference_data.sh" This reverts commit 58ce29e. * got rid of index i, kept only shell * switched DataFrame to pandas.DataFrame in the docstrings * docstring bug fix * got rid of the deepcopy of nlte atomic data file * changed the number of shells to 5 * Update tardis/io/tests/data/tardis_configv1_nlte.yml Co-authored-by: Christian Vogl <[email protected]> * Update tardis/plasma/properties/nlte_rate_equation_solver.py Co-authored-by: Christian Vogl <[email protected]> * Update tardis/io/tests/data/tardis_configv1_nlte.yml Co-authored-by: Christian Vogl <[email protected]> * Update tardis/io/tests/data/tardis_configv1_nlte.yml Co-authored-by: Christian Vogl <[email protected]> * ran black * Update tardis/plasma/properties/nlte_rate_equation_solver.py Co-authored-by: Christian Vogl <[email protected]> * Update tardis/plasma/tests/test_nlte_solver.py Co-authored-by: Christian Vogl <[email protected]> * restructured a summary in a docstring for the solution_vector_block * ran black * added the test for w=0 case * Update tardis/plasma/properties/nlte_rate_equation_solver.py Co-authored-by: Christian Vogl <[email protected]> * Update tardis/plasma/properties/nlte_rate_equation_solver.py Co-authored-by: Christian Vogl <[email protected]> * Update tardis/plasma/tests/test_nlte_solver.py Co-authored-by: Christian Vogl <[email protected]> * fixed an issue in a docsting * fixed an issue in a docsting * removed a TODO comment Co-authored-by: Christian Vogl <[email protected]>
- Loading branch information