Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move tsea.py into tutorial submodule #420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

chanind
Copy link
Collaborator

@chanind chanind commented Feb 9, 2025

Description

This PR moves tsea.py in to a tutorial submodule so it's available to the main tutorial when saelens is installed via pip

Fixes #419

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@chanind chanind requested a review from anthonyduong9 February 9, 2025 21:23
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.26%. Comparing base (38370d4) to head (b48b6a1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #420   +/-   ##
=======================================
  Coverage   74.26%   74.26%           
=======================================
  Files          19       19           
  Lines        3171     3171           
  Branches      456      456           
=======================================
  Hits         2355     2355           
  Misses        659      659           
  Partials      157      157           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -0,0 +1,2 @@
ignore:
- sae_lens/tutorial
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's add a newline at end of file?

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.

[Bug Report] tutorials import
2 participants