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

include assets dir in setup.py #27

Merged
merged 2 commits into from
Aug 25, 2023
Merged

include assets dir in setup.py #27

merged 2 commits into from
Aug 25, 2023

Conversation

chrisjonesBSU
Copy link
Member

@chrisjonesBSU chrisjonesBSU commented Aug 24, 2023

The assets directory wasn't being included in setup.py, so when running pip install . the user would not have those files. I think this wasn't caught by tests because we used pip install -e . which creates symbolic links rather than copying over the package contents. I updated the pytest.yml file to use pip install .. I don't think it should cause any issues.

Solves #21

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #27 (3d1acc1) into main (d888a16) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   84.65%   84.65%           
=======================================
  Files          18       18           
  Lines        1303     1303           
=======================================
  Hits         1103     1103           
  Misses        200      200           

@chrisjonesBSU chrisjonesBSU merged commit c5dd6e7 into cmelab:main Aug 25, 2023
3 checks passed
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.

pps_opls.xml and other forcefields aren't installed into site-packages/.../assets/forcefields directory
1 participant