-
Notifications
You must be signed in to change notification settings - Fork 14
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
LaPy Test Cases #43
LaPy Test Cases #43
Conversation
In this commit de75fc1 a test file and expected_outcomes.json files have been removed from lapy directory. |
Codecov Report
@@ Coverage Diff @@
## main #43 +/- ##
==========================================
+ Coverage 6.43% 29.76% +23.32%
==========================================
Files 14 14
Lines 2362 2362
Branches 301 301
==========================================
+ Hits 152 703 +551
+ Misses 2207 1602 -605
- Partials 3 57 +54
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hello, All checks have passed for committed tests 3bc26d3, removing the flag from work in progress. |
I think the Laplase typo is still not fixed? Also there is some code in the test scripts that is not part of any test functions? |
In this commit 49a96e4 I have adjusted the code with test functions, the code was still part of the test functions and it was computing variables globally. Now it is directly being computed from functions itself. Laplase typo is fixed. |
No description provided.