From f6ddf15dc3e402f1d424fedfe8543955318522f0 Mon Sep 17 00:00:00 2001 From: kledmundson Date: Fri, 12 Apr 2024 20:18:26 -0700 Subject: [PATCH 1/2] Removed IrregularBodyCameraGroundMap.truth file. Had neglected to do so in original Tagcams instrument import PR. Addresses #5461. --- .../IrregularBodyCameraGroundMap.truth | 1 - 1 file changed, 1 deletion(-) delete mode 100644 isis/src/base/objs/IrregularBodyCameraGroundMap/IrregularBodyCameraGroundMap.truth diff --git a/isis/src/base/objs/IrregularBodyCameraGroundMap/IrregularBodyCameraGroundMap.truth b/isis/src/base/objs/IrregularBodyCameraGroundMap/IrregularBodyCameraGroundMap.truth deleted file mode 100644 index 6347fe6d38..0000000000 --- a/isis/src/base/objs/IrregularBodyCameraGroundMap/IrregularBodyCameraGroundMap.truth +++ /dev/null @@ -1 +0,0 @@ -This class will be tested by the applications and the individual Camera models. From 18ec3b480e7bec5d5370a47eea5f032f5004f468 Mon Sep 17 00:00:00 2001 From: kledmundson Date: Fri, 12 Apr 2024 20:39:19 -0700 Subject: [PATCH 2/2] Changelog entry for removal of IrregularBodyCameraGroundMap truth file. Addresses #5461. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8863b45c23..7a5c250c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ release. - Skypt has been refactored to be callable; old Makefile tests have been removed and replaced by gtests. Issue: [#5443](https://github.com/USGS-Astrogeology/ISIS3/issues/5443) ### Fixed +- Fixed a bug in which the IrregularBodyCameraGroundMap unit test was removed but not the associated truth file. [#5461](https://github.com/DOI-USGS/ISIS3/issues/5461) - Fixed a bug in which the histogram tool used the entire image to calculate bin size, which caused an issue with high dynamic range images. [#5371](https://github.com/DOI-USGS/ISIS3/issues/5371) - Fixed a bug in which 'version' file was compiled as source and prevented subsequent ISIS recompilation [#5374](https://github.com/DOI-USGS/ISIS3/issues/5374) - Fixed noproj bug where some temporary files were not deleted after call to cam2cam. Issue: [#4813](https://github.com/USGS-Astrogeology/ISIS3/issues/4813)