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

Removing scooby dependency #1092

Merged
merged 7 commits into from
May 3, 2022
Merged

Removing scooby dependency #1092

merged 7 commits into from
May 3, 2022

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented May 3, 2022

Instead of enforcing scooby, I'm getting a basic template. I think this makes sense because of:

  • Reduces the package dependencies (and package size)
  • Most of the heavy lifting is done in mapdl_info, which is still used; and when gpu is equal True which requires Pyvista, which install scooby. Since we do not want to depend on Pyvista, I think this makes sense.

Close #1086

@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #1092 (96139b8) into main (9879740) will increase coverage by 0.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1092      +/-   ##
==========================================
+ Coverage   73.02%   73.17%   +0.15%     
==========================================
  Files          43       43              
  Lines        6383     6413      +30     
==========================================
+ Hits         4661     4693      +32     
+ Misses       1722     1720       -2     

Copy link
Collaborator

@akaszynski akaszynski left a comment

Choose a reason for hiding this comment

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

This is good work.

Next step is to use pyansys-tools-report when it's public to avoid duplication.

@akaszynski akaszynski enabled auto-merge (squash) May 3, 2022 21:39
@akaszynski akaszynski merged commit cc11149 into main May 3, 2022
@akaszynski akaszynski deleted the feat/scooby-dependency branch May 3, 2022 21:50
germa89 added a commit that referenced this pull request May 4, 2022
* fixing forgotten pyvista import

* Added base class for reporting. So scooby is not enforced.

* Removing self

* Fixing code coverage

* Fixing unit tests.

* Improving coverage

* Update src/ansys/mapdl/core/misc.py

Co-authored-by: Alex Kaszynski <[email protected]>
(cherry picked from commit cc11149)
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.

scooby is used directly but not listed as a dependency in pyproject.toml
3 participants