Skip to content

Remove print statement in LSTMBackbone initialization#86

Merged
gchindemi merged 1 commit into
mainfrom
gchindemi-patch-1
Jun 4, 2026
Merged

Remove print statement in LSTMBackbone initialization#86
gchindemi merged 1 commit into
mainfrom
gchindemi-patch-1

Conversation

@gchindemi

Copy link
Copy Markdown
Member

Removed initialization print statement from LSTMBackbone.

Removed initialization print statement from LSTMBackbone.
Copilot AI review requested due to automatic review settings June 4, 2026 16:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR removes a noisy side effect (print) from LSTMBackbone initialization, keeping model construction silent and better suited for library usage and production logging.

Changes:

  • Removed the print("LSTMBackbone initialized") statement from LSTMBackbone.__init__.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gchindemi gchindemi merged commit 653324d into main Jun 4, 2026
1 check passed
@gchindemi gchindemi deleted the gchindemi-patch-1 branch June 4, 2026 16:44
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