From e53abf4bb896829c49b1e447c730f7777be6fbc2 Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Fri, 8 Mar 2024 10:31:04 -0700 Subject: [PATCH] Enabled juno cam ISISLabelNaifSpice driver (#597) * Enabled juno cam ISISLabelNaifSpice driver * Added changelog entry * Updated changelog entry --- CHANGELOG.md | 1 + ale/drivers/__init__.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a3c6e..65e2d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ release. ## [Unreleased] ### Changed - Enabled Hayabusa2 drivers [#596](https://github.com/DOI-USGS/ale/pull/596) +- Enabled Juno drivers [#597](https://github.com/DOI-USGS/ale/pull/597) ### Added - Apollo Metric drivers, tests, and data [#533](https://github.com/DOI-USGS/ale/pull/533) diff --git a/ale/drivers/__init__.py b/ale/drivers/__init__.py index 464b151..c8a922a 100644 --- a/ale/drivers/__init__.py +++ b/ale/drivers/__init__.py @@ -24,7 +24,6 @@ from abc import ABC # Explicit list of disabled drivers __disabled_drivers__ = ["ody_drivers", - "juno_drivers", "tgo_drivers"] # dynamically load drivers -- GitLab