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

ACCESS-Community-Hub / PyEarthTools
71%

Build:
DEFAULT BRANCH: develop
Repo Added 14 Mar 2025 02:43PM UTC
Token mvjGwEg88acamCKhzu0Phe6xUFpf6BzBN regen
Build 849 Last
Files 327
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: develop
CHANGE BRANCH
x
Reset
Sync Branches
  • develop
  • 0.1.0
  • 0.1.1
  • 0.2.0
  • 0.3.0
  • 0.4.0
  • 0.5.0
  • 0.5.1
  • 0.6.0
  • 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
  • dependabot/pip/pip-b7f5c28099
  • dev-barra2-pipeline
  • dev-update_BARRA_BARPA_varlists
  • 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-filter-docstrings
  • fix/address-improper-typehints
  • fix_cnn_training
  • fix_data_circulars
  • fix_dependencies
  • fix_github_pip_install
  • hadisd-simplify-146
  • hw8raw
  • issue_97_reshape_tests
  • join-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
  • norm-tests
  • partial_download
  • patch-1
  • pointverify
  • possible_fix
  • pr_checklist
  • pre-commit
  • pre-commit-fix
  • precommit
  • projection
  • redo
  • refactor/simplify-test-paths
  • refactor_arco
  • refactor_timehandling
  • remove_backwardscompat
  • rename_squish
  • reverse-filter-logic
  • revert-122-simpler_requirements
  • sanaa-branch
  • select-tests
  • simpler_requirements
  • split-tests
  • temporalwindow
  • temporalwindow_test
  • tennlee-patch-1
  • tennlee-patch-2
  • test_catalog
  • test_converter
  • test_data_coordinates
  • test_default
  • test_xarray_reshape
  • test_zoo
  • 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

29 Apr 2026 10:24AM UTC coverage: 71.251% (-0.01%) from 71.265%
25103608228

push

github

web-flow
Remove last known uses of the backwards compatibility decorator (#259)

* Remove last known uses of the backwards compatibility decorator
* Remove the decorator code

1273 of 2135 branches covered (59.63%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

12212 of 16791 relevant lines covered (72.73%)

2.18 hits per line

Relevant lines Covered
Build:
Build:
16791 RELEVANT LINES 12212 COVERED LINES
2.18 HITS PER LINE
Source Files on develop
  • Tree
  • List 325
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25103608228 develop Remove last known uses of the backwards compatibility decorator (#259) * Remove last known uses of the backwards compatibility decorator * Remove the decorator code push 29 Apr 2026 10:28AM UTC web-flow github
71.25
25092100077 develop Bump black from 25.1.0 to 26.3.1 in the pip group across 1 directory (#258) Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black). Updates `black` from 25.1.0 to 26.3.1 - [Release notes](https://github.com/... push 29 Apr 2026 05:16AM UTC web-flow github
71.26
25051509635 develop Update version tracking for develop branch to 0.6.1 push 28 Apr 2026 12:03PM UTC tennlee github
71.26
25050939919 develop Draft approach to deal with test failures (#255) * Updates for the 0.6.0 release to work around what I think is a way to create a copy of a dataset * Small code tidyups * Skip installing dependencies during run-pre-commit, think this should happe... push 28 Apr 2026 11:49AM UTC web-flow github
71.26
24169897227 develop Join tests (#248) * implement numpy.join unjoin ops and add tests claude used to discover itertools.accumulate for prefix sum calculations and implement Stack.unjoin * implement dask unjoin and add tests * use claude to unify numpy/dask join te... push 09 Apr 2026 02:58AM UTC web-flow github
69.83
24169558431 develop Pipeline Operation Normalisation tests (#252) * implement tests for np normalisation * implement tests for da normalisation * implement tests for xarray normalisation * implement tests for xarray specific remaining norm ops AI Usage Summary: Gem... push 09 Apr 2026 02:45AM UTC web-flow github
68.74
23882100858 develop Add code to tolerate exceptions of recognised (filtered) types in the pipeline controller (#251) AI Usage Summary: nil AI used push 02 Apr 2026 03:23AM UTC web-flow github
67.18
23881950162 develop Merge d7deaaa8b into 1738cdc88 Pull #251 02 Apr 2026 03:17AM UTC web-flow github
67.18
22746074153 develop reverse logic for DropValue filters (#232) This aligns the logic with the doc strings. Now a PipelineFilterException is raised when the number of values in the input is equal to or greater than the supplied percentage threshold. Before, the excep... push 06 Mar 2026 02:22AM UTC web-flow github
67.2
22743985488 develop Add pipeline value operations tests (#234) * use Replace class instead of replace_values * rename numpy ForceNormalised to Clip Clip is more appropriate as there is an equivalent dask/numpy/xarray function. Additionally, no normalisation is occu... push 06 Mar 2026 01:02AM UTC web-flow github
67.2
See All Builds (823)
  • 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