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

Remove code cruft #94

Merged
merged 4 commits into from
Apr 25, 2024
Merged

Remove code cruft #94

merged 4 commits into from
Apr 25, 2024

Conversation

MrCreosote
Copy link
Member

All of this code is isolated and unused by the main code base

Only called in one place in tests and the method called is completely
commented out and does nothing
@MrCreosote MrCreosote requested a review from Xiangs18 April 25, 2024 19:15
@@ -214,7 +213,6 @@ public void testPy() throws Exception {
String dockerCommands = "RUN DEBIAN_FRONTEND=noninteractive apt-get update;" +
"apt-get -y upgrade;apt-get install -y libblas3gf liblapack3gf libhdf5-serial-dev\n" +
"RUN pip install tables";
PySrvRepoPreparator.prepare(userId, moduleName, methodSpec, pythonCode, dockerCommands, repoDir);
Copy link
Member Author

Choose a reason for hiding this comment

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

This method is completely commented out and does nothing

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.67%. Comparing base (eb2a41d) to head (8f1c860).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop      #94      +/-   ##
=============================================
+ Coverage      64.19%   70.67%   +6.47%     
  Complexity      1457     1457              
=============================================
  Files            101       91      -10     
  Lines           5600     5087     -513     
  Branches         575      490      -85     
=============================================
  Hits            3595     3595              
+ Misses          1775     1262     -513     
  Partials         230      230              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@Xiangs18 Xiangs18 left a comment

Choose a reason for hiding this comment

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

LGTM!

@MrCreosote MrCreosote merged commit 1443b09 into develop Apr 25, 2024
9 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.

2 participants