Skip to content

Allow accessing wrapped function attributes in PointFunc #7823

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

Merged

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Jun 19, 2025

Makes debugging it less painful


📚 Documentation preview 📚: https://pymc--7823.org.readthedocs.build/en/7823/

Copy link

codecov bot commented Jun 19, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.88%. Comparing base (0f1bfa9) to head (ee725ee).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pymc/pytensorf.py 75.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7823      +/-   ##
==========================================
- Coverage   92.88%   92.88%   -0.01%     
==========================================
  Files         107      107              
  Lines       18389    18393       +4     
==========================================
+ Hits        17081    17084       +3     
- Misses       1308     1309       +1     
Files with missing lines Coverage Δ
pymc/pytensorf.py 89.62% <75.00%> (-0.15%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jessegrabowski jessegrabowski merged commit cd2e1a3 into pymc-devs:main Jun 19, 2025
26 checks passed
@williambdean
Copy link
Contributor

Comment on lines +605 to +606
if item == "f":
return self.f
Copy link
Member Author

Choose a reason for hiding this comment

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

This isn't needed I didn't push the last version :(

Copy link
Member

Choose a reason for hiding this comment

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

pymc is a fast-moving, cutting-edge open source package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants