-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test infrastructure for external spice kernels (#842)
* Add downloader for de440s.bsp kernel Ignore all flavors of the de440 SPK Add external_kernel pytest marker for tests that require kernels to download from NAIF Parameterize the use_test_metekernel deocorator to enable using alternate metakernel templates Add metekernel template that includes de440s.bsp * Add requests to optional test requirements * Try modifying github action to only run external_kernel tests on ubuntu python3.9 * fix test.yml syntax * fix test.yml syntax - trying again * reorder if statement in kernel download logic * Fix typo Co-authored-by: Greg Lucas <[email protected]> * fix typo --------- Co-authored-by: Greg Lucas <[email protected]>
- Loading branch information
1 parent
ba3b62d
commit 1a363f0
Showing
8 changed files
with
196 additions
and
63 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
4 changes: 4 additions & 0 deletions
4
imap_processing/tests/spice/test_data/imap_ena_sim_metakernel.template
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,4 @@ | ||
{SPICE_TEST_DATA_PATH}/imap_sclk_0000.tsc | ||
{SPICE_TEST_DATA_PATH}/naif0012.tls | ||
{SPICE_TEST_DATA_PATH}/imap_spk_demo.bsp | ||
{SPICE_TEST_DATA_PATH}/de440s.bsp |
File renamed without changes.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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