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

Support for CROCO 3D velocities #1641

Merged
merged 53 commits into from
Oct 16, 2024

update _FileBuffer signature to avoid kwargs

e73b275
Select commit
Loading
Failed to load commit list.
Merged

Support for CROCO 3D velocities #1641

update _FileBuffer signature to avoid kwargs
e73b275
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 16, 2024 in 0s

66.81% of diff hit (target 81.60%)

View this Pull Request on Codecov

66.81% of diff hit (target 81.60%)

Annotations

Check warning on line 54 in parcels/application_kernels/advection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/application_kernels/advection.py#L54

Added line #L54 was not covered by tests

Check warning on line 61 in parcels/application_kernels/advection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/application_kernels/advection.py#L56-L61

Added lines #L56 - L61 were not covered by tests

Check warning on line 68 in parcels/application_kernels/advection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/application_kernels/advection.py#L63-L68

Added lines #L63 - L68 were not covered by tests

Check warning on line 75 in parcels/application_kernels/advection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/application_kernels/advection.py#L70-L75

Added lines #L70 - L75 were not covered by tests

Check warning on line 82 in parcels/application_kernels/advection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/application_kernels/advection.py#L77-L82

Added lines #L77 - L82 were not covered by tests

Check warning on line 92 in parcels/application_kernels/advection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/application_kernels/advection.py#L84-L92

Added lines #L84 - L92 were not covered by tests

Check warning on line 834 in parcels/compilation/codegenerator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/compilation/codegenerator.py#L832-L834

Added lines #L832 - L834 were not covered by tests

Check warning on line 861 in parcels/compilation/codegenerator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/compilation/codegenerator.py#L859-L861

Added lines #L859 - L861 were not covered by tests

Check warning on line 881 in parcels/compilation/codegenerator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/compilation/codegenerator.py#L881

Added line #L881 was not covered by tests

Check warning on line 611 in parcels/field.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/field.py#L606-L611

Added lines #L606 - L611 were not covered by tests

Check warning on line 625 in parcels/field.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/field.py#L625

Added line #L625 was not covered by tests

Check warning on line 293 in parcels/fieldset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/fieldset.py#L293

Added line #L293 was not covered by tests

Check warning on line 718 in parcels/fieldset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/fieldset.py#L713-L718

Added lines #L713 - L718 were not covered by tests

Check warning on line 735 in parcels/fieldset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/fieldset.py#L734-L735

Added lines #L734 - L735 were not covered by tests

Check warning on line 740 in parcels/fieldset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/fieldset.py#L740

Added line #L740 was not covered by tests

Check warning on line 749 in parcels/fieldset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/fieldset.py#L749

Added line #L749 was not covered by tests

Check warning on line 754 in parcels/fieldset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/fieldset.py#L753-L754

Added lines #L753 - L754 were not covered by tests

Check warning on line 767 in parcels/fieldset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

parcels/fieldset.py#L758-L767

Added lines #L758 - L767 were not covered by tests

Check warning on line 210 in tests/test_advection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_advection.py#L210

Added line #L210 was not covered by tests

Check warning on line 628 in tests/test_fieldset_sampling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_fieldset_sampling.py#L628

Added line #L628 was not covered by tests