Skip to content

Remove non-Python files from package #276

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 3 commits into from
May 2, 2023

Conversation

carlsmedstad
Copy link
Contributor

@carlsmedstad carlsmedstad commented Apr 15, 2023

Motivation for these changes

Fixes #243.

Implementation details

Tried to replicate what has been done in Aesara pretty closely.

I'm note very familiar with testing etc. for this project so I would appreciate if someone could take the reigns from here.

@carlsmedstad carlsmedstad changed the title WIP: Remove non-Python files from package (#243) WIP: Remove non-Python files from package Apr 15, 2023
@carlsmedstad carlsmedstad marked this pull request as draft April 15, 2023 10:51
@carlsmedstad carlsmedstad force-pushed the 243-python-package-files branch from 88040d4 to f5c863a Compare April 16, 2023 09:22
@ricardoV94
Copy link
Member

Uh the code style failure is the same as in #240, I assumed it was a Python3.10 specific thing, but it is not the case then.

https://github.com/pymc-devs/pytensor/actions/runs/4712555504/jobs/8357675677?pr=276

@carlsmedstad carlsmedstad force-pushed the 243-python-package-files branch from f5c863a to 1b19fb0 Compare May 2, 2023 05:00
@carlsmedstad carlsmedstad marked this pull request as ready for review May 2, 2023 05:01
@carlsmedstad carlsmedstad changed the title WIP: Remove non-Python files from package Remove non-Python files from package May 2, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #276 (1b19fb0) into main (9fd3af7) will decrease coverage by 0.11%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #276      +/-   ##
==========================================
- Coverage   80.47%   80.36%   -0.11%     
==========================================
  Files         171      153      -18     
  Lines       45442    44875     -567     
  Branches    11095    10991     -104     
==========================================
- Hits        36569    36064     -505     
+ Misses       6640     6606      -34     
+ Partials     2233     2205      -28     
Impacted Files Coverage Δ
bin/pytensor_cache.py 0.00% <0.00%> (ø)

... and 19 files with indirect coverage changes

Copy link
Contributor

@maresb maresb left a comment

Choose a reason for hiding this comment

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

Thanks a lot @carlsmedstad!!!

@twiecki twiecki merged commit ab1850d into pymc-devs:main May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Python package includes a lot of files it shouldn't
5 participants