Skip to content
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

Support on_unused_input for string parameter names in eval #1085

Merged
merged 5 commits into from
Nov 12, 2024

update test_eval for unused_input

e425531
Select commit
Loading
Failed to load commit list.
Merged

Support on_unused_input for string parameter names in eval #1085

update test_eval for unused_input
e425531
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2024 in 1s

82.10% (+0.00%) compared to d9d8dba

View this Pull Request on Codecov

82.10% (+0.00%) compared to d9d8dba

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.10%. Comparing base (d9d8dba) to head (e425531).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1085   +/-   ##
=======================================
  Coverage   82.10%   82.10%           
=======================================
  Files         183      183           
  Lines       47932    47934    +2     
  Branches     8634     8635    +1     
=======================================
+ Hits        39355    39357    +2     
  Misses       6410     6410           
  Partials     2167     2167           
Files with missing lines Coverage Δ
pytensor/graph/basic.py 88.69% <100.00%> (+0.03%) ⬆️