-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix for close line test. Appears that we don't actually want to look for close lines as much as check for numerical errors when computing the comving fredquency. The test now occurs in calculate_distance_line. The packet specs have been updated to remove the close line flags and the tests for the close lines have been removed * Removed close_line parameter initialization for r_packet * prevented test_montecarlo_main_loop from running comparison to C_tests when generating references * Updated the value of the CLOSE_LINE_THRESHOLD to the double precision limit * Removed statement claiming we are running C close lines (cause we are not anymore) * Empty commit to rerun tests * Updated montecarlo numba tests to do a full test of a tardis run and compare output estimators, energies, and frequencies. This test should now compare a PR to the last stable tardis version * useless commit to get the tests running again * another empty commit for tests * updated test so that it no longer import unecessary modules * Cleaned up base test a tiny bit, really should be noted that this is a full test and isn't directly testing mainloop on its own.
- Loading branch information
Showing
11 changed files
with
33 additions
and
192 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
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
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.