Skip to content

Conversation

PabloRoque
Copy link
Contributor

@PabloRoque PabloRoque commented Mar 5, 2025

Description

Wraps spicy.signal.gauss_spline as a pytensor Op

Related Issue

Checklist

Type of change

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

📚 Documentation preview 📚: https://pytensor--1264.org.readthedocs.build/en/1264/

@PabloRoque PabloRoque changed the title Attempt to add support for scipy.signal.gauss_spline Wrap scipy.signal.gauss_spline as Op Mar 5, 2025
@@ -0,0 +1,38 @@
import scipy.signal as scipy_signal
Copy link
Member

Choose a reason for hiding this comment

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

Minor note that won't matter until the end of this PR but we probably want to do this import lazy to not slow down pytensor import. See #1268

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