Skip to content

Remove dead C code importing time.h #1403

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
merged 1 commit into from
May 19, 2025

Conversation

maresb
Copy link
Contributor

@maresb maresb commented May 17, 2025

Description

The gcc 15 runtime was complaining about missing clock_gettime64 in #1401. I strongly suspect that removing the dead code related to profiling will solve the issue.

NOTE: This is untested

Related Issue

Checklist

Type of change

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

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

Copy link

codecov bot commented May 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.08%. Comparing base (24a2234) to head (22d6b00).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1403   +/-   ##
=======================================
  Coverage   82.08%   82.08%           
=======================================
  Files         208      208           
  Lines       49565    49565           
  Branches     8792     8792           
=======================================
  Hits        40685    40685           
  Misses       6706     6706           
  Partials     2174     2174           
Files with missing lines Coverage Δ
pytensor/tensor/blas.py 73.55% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ricardoV94 ricardoV94 merged commit d9a8471 into pymc-devs:main May 19, 2025
74 checks passed
@maresb maresb deleted the remove-dead-c-time-code branch May 19, 2025 13:49
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.

BUG: Errors when upgrading to gcc version 15
2 participants