Skip to content

Conversation

MilesCranmer
Copy link
Owner

@MilesCranmer MilesCranmer commented Oct 12, 2025

This is an alternative to #726. Basically this just stores everything as a torch buffer from the start.

cc @tbuckworth - made you a coauthor on the commit.

Fixes #656

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

Copy link

codecov bot commented Oct 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.19%. Comparing base (fac6aab) to head (fc55721).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1058      +/-   ##
==========================================
+ Coverage   93.96%   94.19%   +0.22%     
==========================================
  Files          21       21              
  Lines        1641     1637       -4     
==========================================
  Hits         1542     1542              
+ Misses         99       95       -4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MilesCranmer MilesCranmer merged commit bb721b5 into master Oct 12, 2025
37 checks passed
@MilesCranmer MilesCranmer deleted the fix-656 branch October 12, 2025 21:13
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]: torch export fails for expressions with constant inputs e.g. exp(2)

1 participant