-
Notifications
You must be signed in to change notification settings - Fork 12
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
V0p3p3b #80
Merged
Merged
V0p3p3b #80
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Former-commit-id: 2347110
Former-commit-id: 0f993c4
Former-commit-id: 1c8799e
first steps towards API & data structure Former-commit-id: e4fe75b
Former-commit-id: 5b5ef8d
Former-commit-id: b71eb29
Former-commit-id: 6f85c3f
Former-commit-id: 3d3964d
Former-commit-id: 31fabbe
Former-commit-id: ef54f2e
Former-commit-id: 4997f2e
Former-commit-id: fafa08b
Former-commit-id: f9d4de9
Former-commit-id: ca4019f
Former-commit-id: 38d658d
Former-commit-id: 8e718f1
Former-commit-id: 840d52f
Former-commit-id: 6d0e08d
Former-commit-id: 98a81e6
Former-commit-id: 9037345
Former-commit-id: dcaf9a8
- new jldoctest for three_dimensional_ocean.jl - new 1.5 travis test - fix / update dependencies - add codecov badge - new preload data deps Former-commit-id: 8385888
- @__BINDER_ROOT_URL__ (no longer web1 branch) for literate / binder links - reduce problem size and comment out plots (except in md output) Former-commit-id: 335fb78
improve documentation, examples, API, new 3D example, graphics, data dependencies handling Former-commit-id: 0079ec0
Former-commit-id: b0f0491
Former-commit-id: 501f6f1
Former-commit-id: 8207299
Former-commit-id: 194bc5c
Former-commit-id: 9398f64
Former-commit-id: 6f87927
Former-commit-id: 65b4312
Additional fixes to citations in JOSS paper Former-commit-id: 738d32d
Former-commit-id: 352657d
Former-commit-id: 6448041
Former-commit-id: 2496d75
Former-commit-id: 9417d3e
Former-commit-id: e06ff78
Former-commit-id: 84f9183
V0p3p1 Former-commit-id: b499492
Former-commit-id: 0038e7d
Former-commit-id: d01f8cf
Former-commit-id: 7da20e1
Former-commit-id: 8b920b3
Former-commit-id: 284173d
…1-05-21-01-13-47-237-235054443 CompatHelper: bump compat for "MeshArrays" to "0.2" Former-commit-id: 9990a40
Former-commit-id: 0b076ac
Former-commit-id: 8bf1c1c
Former-commit-id: 04d2fca
add nmax parameter to OCCA_FlowFields Former-commit-id: 2b07b13
Former-commit-id: 53022b5
Codecov Report
@@ Coverage Diff @@
## master #80 +/- ##
==========================================
- Coverage 80.08% 80.08% -0.01%
==========================================
Files 4 5 +1
Lines 477 487 +10
==========================================
+ Hits 382 390 +8
- Misses 95 97 +2
Continue to review full report at Codecov.
|
gaelforget
added a commit
that referenced
this pull request
Oct 4, 2021
V0p3p3b Former-commit-id: 070cc13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
------------ erratum --------------
Once I merged this PR, my next git clone was not smaller (still 165M) so I looked a bit further and found out that I had overlooked the
--mirror
option togit clone
.So I redid item 1 above but with different git calls:
This seems to have worked (now the standard clone is 20M instead of 165M).
For more information on this, see