-
-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #929 from tardis-sn/numba_montecarlo
This is a year worth of work from many people and hopefully will make TARDIS easier to use and develop on. Co-authored-by: Andrew Fullard <[email protected]> Co-authored-by: Jack O'Brien <[email protected]> Co-authored-by: Christian Vogl <[email protected]> Co-authored-by: Andreas Flörs <[email protected]> Co-authored-by: Luke Shingles <[email protected]> Co-authored-by: Alice Harpole <[email protected]> Co-authored-by: Marc Williamson <[email protected]> Co-authored-by: Yssa Camacho <[email protected]> Co-authored-by: Arjun Savel <[email protected]> Co-authored-by: Stuart Archibald <[email protected]> Co-authored-by: Siu Kwan Lam <[email protected]>
- Loading branch information
Showing
72 changed files
with
5,810 additions
and
2,142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
************************** | ||
Debugging numba_montecarlo | ||
************************** | ||
To facilitate more in-depth debugging when interfacing with the `montecarlo_numba` | ||
module, we provide a set of debugging configurations. PyCharm debugging | ||
configurations, in addition to related scripts and .yml files, are contained in | ||
`tardis.scripts.debug`. Currently, these include the ability to run TARDIS | ||
in asingle-packet mode, with the packet seed identified at debug time. | ||
`tardis_example_single.yml` is the configuration filethat is used to set up the | ||
single-packet TARDIS run; `run_numba_single.py` is thePython script that runs | ||
this .yml file; `run_numba_single.xml` is the PyCharmdebug configuration file | ||
that can be used in conjunction with the above files. | ||
|
||
Note that this method is EXPERIMENTAL. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ to the Astropy team for designing it. | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
running_tests | ||
issues | ||
debug_numba | ||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.