Jack O'Brien
Jack O'Brien
**Describe the bug** last_interaction_types for the r_packets in single_packet_loop.py don't correspond to interaction types in interaction.py. Currently the last_interaction_type is set to an integer rather than the enumerated interaction types...
**Describe the bug** Updating the estimators when in parallel during the montecarlo main loop is not an atomic operation, resulting in invalid values when run with multiple threads. Should be...
**Describe the bug** When elements are provided to tardis in CSVY data files, elements provided without the proper capitalization will not always be interpreted correctly by the radioactive decay module....
A string attribute of tardis simulation objects referencing the current tardis release for versioning info. Pickled tardis objects or simulation hdfs may not necessarily be compatible between different releases due...
**Describe the bug** **To Reproduce** Run tardis with more than 1 thread and enable progress bars **Screenshots** **System** - OS: - [ ] GNU/Linux - [ ] macOS - Environment...
**Describe the bug** When running specific models, the produced spectra are non-physical, filled with infinities and NaNs and there is very little indication why. Ideally, TARDIS should fail rather than...
Currently, the accuracy if the p-ray dependent intensities produced by the formal integral in PR #1933 are tested at run-time to verify the correct output. A proper test should be...
**Is your feature request related to a problem? Please describe.** Would be nice to have simpler access to the csvy writer for general model creation. Currently it is a part...
**Is your feature request related to a problem? Please describe.** Many parts of the code reference elements of a pandas MultiIndex, represented by undocumented integers. **Describe the solution you'd like**...