-
Notifications
You must be signed in to change notification settings - Fork 19
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
Created Fortran test case for getters #85
base: master
Are you sure you want to change the base?
Conversation
@cnegre Please have a look at this PR. It's testing the |
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
======================================
+ Coverage 49% 49% +<1%
======================================
Files 208 208
Lines 7909 7909
Branches 739 739
======================================
+ Hits 3919 3920 +1
Misses 3882 3882
+ Partials 108 107 -1
Continue to review full report at Codecov.
|
a8045e5
to
e9545f4
Compare
The convert (import) function is working. But the get_row function is not right now. I don't know at this point how to make the pointer that comes from the C function into a Fortran array...
e9545f4
to
7e935de
Compare
@cnegre I have tests now for |
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
=====================================
- Coverage 50% 50% -1%
=====================================
Files 211 211
Lines 8116 8129 +13
Branches 788 788
=====================================
+ Hits 4092 4094 +2
- Misses 3906 3918 +12
+ Partials 118 117 -1
Continue to review full report at Codecov.
|
This PR is stale because it has been open for 90 days with no activity. |
This is a test case for Fortran getters to debug the recent regression in those getters.
This change is