-
-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* restructure of geometry * add radial1d boundary logic * black format * several fixes * fix epsilon * add testing of boundaries * change the r_inner_active * first integration with `from_config` working * hunting down density indexing bug * all model tests (without csvy) pass * more fixes * fix of model to simulation_state * fix inner boundary packet error * fix some leftovers * final fix for csvy * blackify * restructure to readers and remove some leftover code * further cleanup * first start of the restructure * add comment about removing quantitiness * add velocity check * add new abundance functions * remove default units * add new matter module * several restructures. move decay from io to tardis/model/matter * mid restructure * slow progress on abundance refactor * include effective_element_masses * further updates * fix of csvy readers * last fixes to custom abundance widget * some cleanup * further cleanup * removing matter * fixed last tests * add composition * remove isotopemassfractions * some small fixes * add the from_config atom_data * fixing model.ipynb * fix tests * fix some of the issues wdigets * assert mass fractions positive. Change IsotopeAbundances to Massfractions * Fix isotope mass fraction typo and t_radiatve duplicate definition * Document remove functionality for effective element masses * Fix variable name in convert_to_nuclide_mass_fraction function * Refactor test names and variable names in test_base.py * Refactor gamma ray simulation setup and test functions * fix gamma ray tests * Add model_isotope_time_0 property to abundances schema * Refactor config_reader and config_validator modules * Fix model_isotope_time_0 property in model_definitions.yml * Refactor simulation module to use pathlib * remove bad comment and refactor with ruff * Fix variable name in test_simulation_state_mass() function * Fix unit conversion in calculate_cell_masses function * Fix logger debug message in CSV reader and update method names in Composition class * black formatting * Refactor code to use composition variable in test_gamma_ray_transport.py * Refactor imports in atom_web_download.py and update return statement in config_internal.py * fix for documentation not builiding * add fix for model_isotope_time_0 * fix grid test * restructure the grid * final change
- Loading branch information
1 parent
f7dd18a
commit caffb25
Showing
36 changed files
with
1,116 additions
and
726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.