Skip to content

Continued: Allow accessing wrapped function attributes in PointFunc #7825

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

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Jun 19, 2025

Didn't actually push the changes before they got merged


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

@ricardoV94 ricardoV94 added the no releasenotes Skipped in automatic release notes generation label Jun 19, 2025
@@ -559,6 +559,8 @@ def join_nonshared_inputs(
class PointFunc:
"""Wraps so a function so it takes a dict of arguments instead of arguments."""

__slots__ = ("f",)
Copy link
Member Author

@ricardoV94 ricardoV94 Jun 19, 2025

Choose a reason for hiding this comment

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

Speedups self.f

Copy link

codecov bot commented Jun 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.98%. Comparing base (cd2e1a3) to head (1488a03).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #7825   +/-   ##
=======================================
  Coverage   92.97%   92.98%           
=======================================
  Files         107      107           
  Lines       18228    18227    -1     
=======================================
  Hits        16948    16948           
+ Misses       1280     1279    -1     
Files with missing lines Coverage Δ
pymc/pytensorf.py 90.02% <100.00%> (+0.23%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ricardoV94 ricardoV94 merged commit 3b8500b into pymc-devs:main Jun 20, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no releasenotes Skipped in automatic release notes generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant