Unverified Commit e53abf4b authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Enabled juno cam ISISLabelNaifSpice driver (#597)

* Enabled juno cam ISISLabelNaifSpice driver

* Added changelog entry

* Updated changelog entry
parent e891c679
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -36,6 +36,7 @@ release.
## [Unreleased]
## [Unreleased]
### Changed
### Changed
- Enabled Hayabusa2 drivers [#596](https://github.com/DOI-USGS/ale/pull/596)
- 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
### Added
- Apollo Metric drivers, tests, and data [#533](https://github.com/DOI-USGS/ale/pull/533)
- Apollo Metric drivers, tests, and data [#533](https://github.com/DOI-USGS/ale/pull/533)
+0 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,6 @@ from abc import ABC


# Explicit list of disabled drivers
# Explicit list of disabled drivers
__disabled_drivers__ = ["ody_drivers",
__disabled_drivers__ = ["ody_drivers",
                        "juno_drivers",
                        "tgo_drivers"]
                        "tgo_drivers"]


# dynamically load drivers
# dynamically load drivers