Skip to content

Conversation

@fonnesbeck
Copy link
Member

@fonnesbeck fonnesbeck commented Sep 18, 2024

Updates and improvements to developer guide.

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

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

model.logp({'z': 2.5}) # ==> -6.6973152
pm.logp(z, 2.5).eval()
# ==> -2.65337645
x.logp({'z': 2.5})
Copy link
Member

Choose a reason for hiding this comment

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

This is not a thing anymore

# ==> -2.65337645
x.logp({'z': 2.5})
# ==> -4.0439386
model.logp({'z': 2.5})
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
model.logp({'z': 2.5})
model.compile_logp()({'z': 2.5})

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