pytensor icon indicating copy to clipboard operation
pytensor copied to clipboard

Remove `value` getter method from `Constant`

Open Abhinav-Khot opened this issue 9 months ago • 1 comments

Description

The Constant class has a getter method value which just returns data. This PR removes this getter method since it is redundant.

Related Issue

  • [ ] Closes #
  • [ ] Related to #

Checklist

Type of change

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

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

Abhinav-Khot avatar Mar 23 '25 13:03 Abhinav-Khot