Skip to content

Remove unused n_tel parameter#52

Merged
GernotMaier merged 2 commits intomainfrom
telescope-type-multiplicity
Feb 20, 2026
Merged

Remove unused n_tel parameter#52
GernotMaier merged 2 commits intomainfrom
telescope-type-multiplicity

Conversation

@GernotMaier
Copy link
Member

No description provided.

@GernotMaier GernotMaier self-assigned this Feb 20, 2026
@GernotMaier GernotMaier marked this pull request as ready for review February 20, 2026 09:50
@GernotMaier GernotMaier requested a review from Copilot February 20, 2026 09:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the unused n_tel (telescope multiplicity) parameter from the pre-cuts functions and training configuration. The parameter was previously accepted but never used in the function logic, as the models now handle all telescope multiplicities in a single model rather than training separate models per multiplicity.

Changes:

  • Removed n_tel parameter from pre_cuts_regression() and pre_cuts_classification() functions
  • Removed --n_tel CLI argument and related logging from training configuration
  • Updated help text documentation to reflect that models no longer use telescope multiplicity suffixes

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/eventdisplay_ml/hyper_parameters.py Removed unused n_tel parameter from pre_cuts_regression() and pre_cuts_classification() function signatures and docstrings
src/eventdisplay_ml/config.py Removed --n_tel CLI argument, associated logging statement, and updated function calls to match new signatures; updated help text to remove references to n_tel suffix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@GernotMaier GernotMaier merged commit df89cc6 into main Feb 20, 2026
2 checks passed
@GernotMaier GernotMaier deleted the telescope-type-multiplicity branch February 20, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants