-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The explode application has been refactored to be callable and Makefile test converted to a gtest. #5590
The explode application has been refactored to be callable and Makefile test converted to a gtest. #5590
Conversation
…of cube in isis/tests/data. Addresses DOI-USGS#5557.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5590". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…explode.xml. Addresses DOI-USGS#5557.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5590". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the main.cpp changes got missed and the old make test should be removed. Once that's in this can get a better review
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5590". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…o callable app. Addresses DOI-USGS#5557.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5590". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
Sorry, major mistake, hopefully addressed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good! Could we get a changelog entry for the conversion?
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5590". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
I think this needs approval from @acpaquette |
@kledmundson Change log now has merge conflicts after merging another refactor PR |
ec0e24d
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5590". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5590". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…le test converted to a gtest. (DOI-USGS#5590) * Updated explode application gtest to use DefaultCube fixture instead of cube in isis/tests/data. Addresses DOI-USGS#5557. * Cleaned up includes in default explode gtest. Added history entry to explode.xml. Addresses DOI-USGS#5557. * Updating main.cpp and removed Makefile tests for explode conversion to callable app. Addresses DOI-USGS#5557. * Added CHANGELOG entry for conversion of explode app to callable function. Addresses DOI-USGS#5557. --------- Co-authored-by: Adam Paquette <[email protected]>
…le test converted to a gtest. (DOI-USGS#5590) * Updated explode application gtest to use DefaultCube fixture instead of cube in isis/tests/data. Addresses DOI-USGS#5557. * Cleaned up includes in default explode gtest. Added history entry to explode.xml. Addresses DOI-USGS#5557. * Updating main.cpp and removed Makefile tests for explode conversion to callable app. Addresses DOI-USGS#5557. * Added CHANGELOG entry for conversion of explode app to callable function. Addresses DOI-USGS#5557. --------- Co-authored-by: Adam Paquette <[email protected]>
…le test converted to a gtest. (DOI-USGS#5590) * Updated explode application gtest to use DefaultCube fixture instead of cube in isis/tests/data. Addresses DOI-USGS#5557. * Cleaned up includes in default explode gtest. Added history entry to explode.xml. Addresses DOI-USGS#5557. * Updating main.cpp and removed Makefile tests for explode conversion to callable app. Addresses DOI-USGS#5557. * Added CHANGELOG entry for conversion of explode app to callable function. Addresses DOI-USGS#5557. --------- Co-authored-by: Adam Paquette <[email protected]>
* Adds HRSC support in socetlinescankeywords (#5669) * Adds HRSC support in socetlinescankeywords * Add test cube * Fixed tests * Converted skypt to a callable app. Converted existing Makefile tests to gtests. Removed existing Makefile tests. (#5444) * Converted skypt to a callable app. Converted existing makefile tests to gtest format and removed old makefile tests and data. Addresses #5443. * Updated contributor list to add Sarah S. Sutton. Addresses #5443. --------- Co-authored-by: Sarah Sutton <[email protected]> * Noseam has been refactored to be callable. Makefile test has been converted to a gtest and removed. (#5600) * Noseam has been refactored to be callable. Makefile test has been converted to a gtest and removed. Addresses #5599. * Modifications to address gtest failures. Also added addtional input parameter error checking to ensure noseam exits prior to generation of temporary files. Finally modified gtests to remove the print.prt file if generated. Addresses #5599. * The explode application has been refactored to be callable and Makefile test converted to a gtest. (#5590) * Updated explode application gtest to use DefaultCube fixture instead of cube in isis/tests/data. Addresses #5557. * Cleaned up includes in default explode gtest. Added history entry to explode.xml. Addresses #5557. * Updating main.cpp and removed Makefile tests for explode conversion to callable app. Addresses #5557. * Added CHANGELOG entry for conversion of explode app to callable function. Addresses #5557. --------- Co-authored-by: Adam Paquette <[email protected]> * Isisminer has been refactored to be callable and Makefile tests converted to gtest format (#5579) * Fixed minor misspellings in error messages. Addresses #5516. * Test data added for isisminer. Addresses #5516. * Converted isisminer Makefile tests to gtest format. Addresses #5516. * Converted isisminer application to callable function. Addresses #5516. * Minor tweak to isisminer csvwriter test. Addresses #5516. * Added compareCsvLineCustomDelimiter method, specifically for isisminer testing support. Addresses #5516. * Removed isisminer Makefile tests (replaced by gtests) and updated CHANGELOG reflecting conversion of isisminer to callable app. Addresses #5516. * Replace isis cube in /isis/tests/data/isisminer/gistest with isd and label files. Minor tweaks to FunctionalTestsIsisminer.cpp. History entry added to isisminer.xml. Addresses #5516. * Minor changes for conversion of isisminer to callable app. Addresses #5516. * Had to add data file index.lbl to the .gitignore file for it to be uploaded. Addresses #5516. * Algebra has been refactored to be callable; old Makefile tests have been converted to gtests and removed. Addresses #5594. (#5597) * Photrim has been refactored to be callable; old Makefile tests have been converted to gtests and removed. (#5582) * Photrim has been converted to a callable app. Corresponding Makefile tests have been converted to gtests and removed. Addresses #5581. * Tweaks to FunctionalTestsPhotrim.cpp. Addresses #5581. * Bandtrim has been refactored to be callable; old Makefile tests have been converted to gtests. (#5572) * Bandtrim has been refactored to be callable; old Makefile tests have been removed and replaced by gtests. Addresses #5571. * Update FunctionalTestsBandtrim.cpp Minor documentation change. * Updated kaguyasp2ascii to support newer (detached) data (#5568) * Modified to work with new (detached) data * Updated changelog * Allow data specification outside current directory * Jigsaw csm error message (#5562) * Added fail-early + error message for csminit'd images without csm solve parameters * Updated changelog * Bug fix in noproj to remove persistent temporary lbl file (#5578) * Added line to close match cube in noproj.cpp. Not closing the cube resulted in a temporary "*.lbl" file that remained after running the noproj application. Addresses #5577. * CHANGELOG entry for noproj bug fix. Addresses #5577. * Added history entry in noproj.xml. Addresses #5577. * Remove restrictive validity check in caminfo (#5553) * Removed preemptive validity check for polygon * Removed unused import * Updated changelog * Qview command line Fix (#5505) * Avoid double image load when opening cubes from cmdline in qview * Added changelog entry * Revert interval change * Change qt to qt-main * Update deps and pcl cmake * Add float.h * CsmSerialNumber.trn - typo and PVL compilant fix (#5561) * Fixed typo * PVL compliant * PR feedback changes * hrsc2isis support for level 3 images (#5560) * Remove label check for level3 * update changelog * fix test * addressed PR feedback * fixed grammar * Fixed gllssi2isis to support V1.1 data (#5570) * Removed a debug output statement inadvertently left in noseam.cpp. Addresses #5660. (#5661) * Bug fixes to address incorrect handling of RADIUS in the jigsaw GUI and in the bundleout.txt file when performing a rectangular (XYZ) bundle adjustment, originally implemented in UofA OSIRIS-REx code on 2019-07-30. Addresses #5642. (#5643) * The RADIUS checkbox in the GUI is excluded when a RECTANGULAR solution is selected. * In the bundleout.txt file, for rectangular solutions, 1) RADIUS is set to N/A in the SOLVE OPTIONS section; and 2) the POINTS UNCERTAINTY SECTION was fixed to properly display adjusted point uncertainty statistics with Error Propagation turned on. * Spacing for point labels was cleaned up in the INPUT: GLOBAL IMAGE PARAMETER UNCERTAINTIES section. * Finally, a slight modification was added to the FunctionalTestJigsawBundleXYZ ctest to verify that RADIUS is N/A in a RECTANGULAR solution. * Updated kaguyasp2ascii to support newer (detached) data (#5568) * Modified to work with new (detached) data * Updated changelog * Allow data specification outside current directory * Speeds up FunctionalTestCamstatsDefaultParameters (#5647) * speed up camstats * add changelog * fixes photomet not accepting backplanes (#5658) * fixes photomet not accepting backplanes * fix changelog * Converted to gtests * Add input cube attributes * Convert dstripe to gtests (#5665) * Convert dstripe to gtests * add changelog * Fixed build error * trigger build * trigger build * Update docs --------- Co-authored-by: Amy Stamile <[email protected]> Co-authored-by: Sarah Sutton <[email protected]> Co-authored-by: Sarah Sutton <[email protected]> Co-authored-by: kledmundson <[email protected]> Co-authored-by: Adam Paquette <[email protected]> Co-authored-by: Austin Sanders <[email protected]> Co-authored-by: Shin-ya Murakami <[email protected]>
Description
The explode application has been refactored to be callable. The one existing Makefile test has been converted to a gtest utilizing the DefaultCube test fixture. The Makefile test has been removed.
Related Issue
#5557
How Has This Been Validated?
The one ISIS Makefile test has been replaced with the gtest ExplodeDefault.
Results of ctest suite...
ctest -R FunctionalTestExplodeDefault --output-on-failure
Test project /Users/kledmundson/ISISDev/explode/Jul192024/ISIS3/build
Start 1444: DefaultCube.FunctionalTestExplodeDefault
1/1 Test #1444: DefaultCube.FunctionalTestExplodeDefault ... Passed 2.57 sec
100% tests passed, 0 tests failed out of 1
Types of changes
Checklist:
Licensing
This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words: