Skip to content

Commit

Permalink
Add train particle classifier to __all__
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Biederbeck <[email protected]>
  • Loading branch information
2 people authored and maxnoe committed Oct 27, 2022
1 parent 6036825 commit 692f81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ctapipe/ml/tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .train_energy_regressor import TrainEnergyRegressor
from .train_particle_classifier import TrainParticleIdClassifier

__all__ = ["TrainEnergyRegressor"]
__all__ = ["TrainEnergyRegressor", "TrainParticleIdClassifier"]

0 comments on commit 692f81a

Please sign in to comment.