-
Notifications
You must be signed in to change notification settings - Fork 362
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
WIP: Fix GSHHGDIR and DCWDIR #984
base: master
Are you sure you want to change the base?
Conversation
OK trying now. |
In this function, GMT tries to find DCW in GMT->session.DCWDIR (if set) first, then search via gmt_getsharepath. Lines 71 to 77 in f75038a
When COPY_DCW is set to TRUE, we know that DCW data must be in SHAREDIR/dcw, so we should skip searching in GMT->session.DCWDIR. Now the problem is, GMT->session.DCWDIR is always set to Lines 5473 to 5475 in f75038a
And Lines 68 to 69 in f75038a
|
Your first change worked for me. Do I need to try ff7f807 as well? |
The first commit breaks CI, because we don't set "COPY_GSHHG" and "COPY_DCW" in our CI. |
We still need this merged too, no? |
No. #983 already works. This PR tries to make it better. I think we can leave it after rc1. |
e396f99
to
ba747ca
Compare
ba747ca
to
aaea978
Compare
Codecov Report
@@ Coverage Diff @@
## 6.0 #984 +/- ##
==========================================
- Coverage 58.27% 56.42% -1.85%
==========================================
Files 230 230
Lines 132468 132469 +1
==========================================
- Hits 77201 74751 -2450
- Misses 55267 57718 +2451
Continue to review full report at Codecov.
|
Ping on this. Implement it (after conflict solving)? Looks OK to me. |
@PaulWessel Can you check if this works for you.