• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ACCESS-Community-Hub / PyEarthTools
66%

Build:
DEFAULT BRANCH: develop
Repo Added 14 Mar 2025 02:43PM UTC
Token mvjGwEg88acamCKhzu0Phe6xUFpf6BzBN regen
Build 798 Last
Files 310
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH develop
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 0.1.0
  • 0.1.1
  • 0.2.0
  • 0.3.0
  • 0.4.0
  • 0.5.0
  • 0.5.1
  • 141-bundle-the-lucie-model
  • 49-increase-test-coverage
  • 63-transform_coordinates-tests
  • 82-cant-run-tutorial-on-windows
  • 97-test-reshape
  • Add-cat-to-zenodo-json
  • Add-interrogate-package-51
  • MO-ML-Tutorial-Notebooks
  • add-ed-zenodo
  • add-interrogate-51
  • add-nr-to-zenodo
  • add_dimalign_undo
  • add_tests
  • author_maintainer_updates
  • autoencoder
  • autoencoder_lr_adjustment
  • autothing
  • branch_test
  • change_name_ERA5_ARCO
  • check_wb2_license
  • contributing
  • coverage
  • create-met-office-site-archive
  • debugging_fcn
  • demorefactor
  • dev-barra2-pipeline
  • dev-update_BARRA_BARPA_varlists
  • develop
  • enso_example_development
  • even_more_static
  • feat/add-entrypoint-for-anemoi
  • feature/config-notebook-with-run-magic
  • feature/hadisd-dataset-integration
  • feature/rainfields3-data-accessor
  • feature_backwardscompatibility
  • fix/address-improper-typehints
  • fix_cnn_training
  • fix_data_circulars
  • fix_dependencies
  • fix_github_pip_install
  • hadisd-simplify-146
  • hw8raw
  • issue_97_reshape_tests
  • linting
  • local_calendar_handling
  • lucie_integration
  • main
  • mmh_hackathon_updates
  • more_idx_mod_tests
  • more_static_analysis
  • more_wb2_datasets
  • morelinting
  • morestatic
  • multisource_blending
  • named_pipelines
  • new_demo
  • newproject
  • partial_download
  • patch-1
  • pointverify
  • pre-commit
  • pre-commit-fix
  • precommit
  • projection
  • redo
  • refactor/simplify-test-paths
  • refactor_arco
  • refactor_timehandling
  • rename_squish
  • reverse-filter-logic
  • revert-122-simpler_requirements
  • sanaa-branch
  • select-tests
  • simpler_requirements
  • split-tests
  • temporalwindow
  • temporalwindow_test
  • test_catalog
  • test_converter
  • test_data_coordinates
  • test_default
  • test_xarray_reshape
  • testing-data-normalisation-mac
  • tests-data-load
  • timefix
  • tutorial/radar-lonlatproj-multiple-sources
  • update-tutorial-notebooks
  • values-tests
  • various
  • weatherbench
  • workshop2025
  • xarray_remapping_tests
  • xarray_reshape_tests

16 Jan 2026 07:36AM UTC coverage: 65.644% (+0.7%) from 64.983%
21059247888

push

github

web-flow
Add tests for split pipeline operations (#235)

* add tests for numpy split OnAxis

* add split onslice tests and fix join

The join fix is needed since the split onslice must keep
the dimension that it was split on e.g. if splitting
from (2, 3) into (2, 1), and (2, 2), the second dim must
be kept and the join should join again on that second
dim. Before, it was trying to join by creating a new dim

* add tests for numpy h/vsplit

Fixes hsplit and vsplit calls as they require an indices_or_sections
argument. The value chosen is such that the number of arrays returned
is equal to the number of elements in the 0th and 1st dimensions for
vsplit and hsplit, respectively.

* add xarray split OnVariables tests

* add tests for xarray split OnCoordinate

Also includes fix for the join method since
xr.merge would fail due to incompatible coords
after splitting.

* add tests for dask split and fix OnSlice join

Like numpy, concat is required to reverse the split.

1136 of 2097 branches covered (54.17%)

Branch coverage included in aggregate %.

99 of 99 new or added lines in 6 files covered. (100.0%)

10649 of 15856 relevant lines covered (67.16%)

2.01 hits per line

Relevant lines Covered
Build:
Build:
15856 RELEVANT LINES 10649 COVERED LINES
2.01 HITS PER LINE
Source Files on develop
  • Tree
  • List 310
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21059247888 develop Add tests for split pipeline operations (#235) * add tests for numpy split OnAxis * add split onslice tests and fix join The join fix is needed since the split onslice must keep the dimension that it was split on e.g. if splitting from (2, 3) i... push 16 Jan 2026 07:40AM UTC web-flow github
65.64
20839996018 split-tests Merge b09fd0f0d into 3988f09cc Pull #235 09 Jan 2026 03:21AM UTC web-flow github
65.64
20835553598 values-tests Merge 241c73bbb into 3988f09cc Pull #234 08 Jan 2026 11:37PM UTC web-flow github
65.91
20835539531 values-tests Merge 3149c8f2a into 3988f09cc Pull #234 08 Jan 2026 11:36PM UTC web-flow github
66.55
20802458553 select-tests Merge fce0ca275 into 3988f09cc Pull #233 08 Jan 2026 01:40AM UTC web-flow github
65.63
20800831494 reverse-filter-logic Merge 0498903af into 3988f09cc Pull #232 08 Jan 2026 12:17AM UTC web-flow github
64.98
20305027296 develop Xarray + numpy reshape tests (#227) * dont cover always False if stmt * Cover non-int coord flatten * add dimensions noop undo test * test non-list arg coordinateExpand * cover coordinateexpand wrong key noop * dont cover adding stored attributes... push 17 Dec 2025 01:52PM UTC web-flow github
64.98
20304891244 xarray_reshape_tests Merge 9b590e322 into 87b291ddb Pull #227 17 Dec 2025 01:47PM UTC web-flow github
64.98
20304764446 xarray_reshape_tests Merge 14cc8741f into 87b291ddb Pull #227 17 Dec 2025 01:42PM UTC web-flow github
64.98
20304024396 develop Move the notebooks directory to help the RTD build push 17 Dec 2025 01:17PM UTC tennlee github
64.8
See All Builds (778)
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc