Skip to content

Phase 3: Add __main__ guard to beluga example script.#143

Merged
teresa-ortega merged 1 commit intonext-genfrom
teresa-ortega/fix/beluga_benchmark
Apr 14, 2026
Merged

Phase 3: Add __main__ guard to beluga example script.#143
teresa-ortega merged 1 commit intonext-genfrom
teresa-ortega/fix/beluga_benchmark

Conversation

@teresa-ortega
Copy link
Copy Markdown
Collaborator

Proposed changes

Wrapped the script entry point with an if __name__ == "__main__": guard, following Python standard usage.

Type of change

  • 🐛 Bugfix (change which fixes an issue)
  • 🚀 Feature (change which adds functionality)
  • 📚 Documentation (change which fixes or extends documentation)

💥 No breaking changes.

Checklist

Put an x in the boxes that apply. This is simply a reminder of what we will require before merging your code.

  • Lint and unit tests (if any) pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Additional comments

N/A

Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
@teresa-ortega teresa-ortega requested a review from xaru8145 April 14, 2026 11:26
@teresa-ortega teresa-ortega merged commit d342a31 into next-gen Apr 14, 2026
4 checks passed
@teresa-ortega teresa-ortega deleted the teresa-ortega/fix/beluga_benchmark branch April 14, 2026 13:33
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