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

dbekaert / RAiDER
50%
dev: 50%

Build:
Build:
LAST BUILD BRANCH: small_fixes
DEFAULT BRANCH: dev
Repo Added 28 Jul 2020 12:32AM UTC
Files 53
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 seasonal_subsetting_patch
branch: seasonal_subsetting_patch
CHANGE BRANCH
x
Reset
  • seasonal_subsetting_patch
  • Changelog
  • accept-yaml-int-timestamp-format
  • add-lock-file
  • add_browse_s3_tag
  • add_interp_test
  • cds-api-update
  • changelog-for-release
  • combine_gnsscoords
  • combine_midnightdt
  • concat_enhancement
  • dem-stitcher-update
  • dependabot/github_actions/ASFHyP3/actions-0.15.0
  • dependabot/github_actions/ASFHyP3/actions-0.17.1
  • dependabot/github_actions/ASFHyP3/actions-0.18.0
  • dependabot/github_actions/ASFHyP3/actions-0.19.0
  • dependabot/github_actions/ASFHyP3/actions-0.20.0
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-bump-version.yml-0.21.0
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-bump-version.yml-0.21.1
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-changelog-check.yml-0.21.0
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-changelog-check.yml-0.21.1
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-docker-ghcr.yml-0.21.0
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-docker-ghcr.yml-0.21.1
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-labeled-pr-check.yml-0.21.0
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-labeled-pr-check.yml-0.21.1
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-release.yml-0.21.0
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-release.yml-0.21.1
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-version-info.yml-0.21.0
  • dependabot/github_actions/ASFHyP3/actions/dot-github/workflows/reusable-version-info.yml-0.21.1
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/mamba-org/setup-micromamba-3
  • dev
  • fix-664
  • fix-cds-InsecureRequestWarning
  • fix-circle-ci-timeout
  • fix-coveralls
  • fix-dap-https-warning
  • fix-deprecation-rasterio-statistics
  • fix-for-era5-api-change
  • fix-gmao-fetch
  • fix-mamba-sh-warning-2
  • fix-test_hrrrak_dl
  • fix-tests
  • fix_check_containment
  • fix_coveralls
  • fix_gnss_downloader
  • fix_hrrr
  • formatter-github-action
  • gmao-fix
  • gnss_IGS20
  • gnss_latlonfix
  • herbie-version
  • hrrr-hyp3
  • ignore-test-artifacts
  • jhkennedy-patch-1
  • jlmaurer-patch-2
  • logging_update
  • main
  • min_pct_days
  • more-downloader-tests
  • multiday_download
  • netrc-perms
  • numpy-2.0-upgrade
  • orbit-issue-#622
  • parallelize-tests
  • patch-1
  • remove-erai
  • remove-python-3.8
  • s1-orbits-squashed
  • small_fix
  • small_fixes
  • sss_stationmedianmean
  • sss_usertitlearg
  • statsplot_grdmetadata
  • test-fixes
  • test_update
  • timesubset_combine
  • unr_archive_migration
  • unr_gnsserror
  • update_combiner
  • update_unit_tests
  • update_xarray
  • variance_date_analyses
  • weather_model_sigma
  • weathermodel_sigma
  • xarray-for-opendap

12 Jun 2026 03:55AM UTC coverage: 50.07%. Remained the same
2a455158-4c95-43ac-a335-6145754a217b

Pull #801

circleci

web-flow
Fix logical negation for leap year filtering

Ok this works now, however this seasonal subsetting no longer works somehow:
```
(RAiDER) [ssangha@trappist all]$ raiderStats.py --file "GNSS_WM_localtime06_Combined_delays_stations_over50.csv" -w Residual/stats_maps_localtime06_50mintime/raiderstats_output_winter -ti "2016-01-01 2025-12-31" -si '12-21 03-21' --cpus all -verbose -grid_to_raster -b '-90 90 -180 180' -sp 1 -figdpi 600 -grid_delay_mean -grid_delay_stdev -cb "-6 6" -u 'cm' -c ZTD_minus_RAiDER -oe 0.005 -fmt 'pdf' -tl
***Stats Function:***
Traceback (most recent call last):
  File "/u/trappist-r0/ssangha/conda_installation/miniforge/miniforge/envs/RAiDER/bin/raiderStats.py", line 7, in <module>
    sys.exit(main())
             ~~~~^^
  File "/u/trappist-r0/ssangha/conda_installation/miniforge/miniforge/RAiDER/tools/RAiDER/cli/statsPlot.py", line 3474, in main
    stats_analyses(
    ~~~~~~~~~~~~~~^
        inps.fname,
        ^^^^^^^^^^^
    ...<42 lines>...
        inps.variogram_errlimit,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/u/trappist-r0/ssangha/conda_installation/miniforge/miniforge/RAiDER/tools/RAiDER/cli/statsPlot.py", line 2905, in stats_analyses
    df_stats = RaiderStats(
        fname,
    ...<27 lines>...
        phaseamp_per_station,
    )
  File "/u/trappist-r0/ssangha/conda_installation/miniforge/miniforge/RAiDER/tools/RAiDER/cli/statsPlot.py", line 1289, in __init__
    self.create_DF()
    ~~~~~~~~~~~~~~^^
  File "/u/trappist-r0/ssangha/conda_installation/miniforge/miniforge/RAiDER/tools/RAiDER/cli/statsPlot.py", line 1469, in create_DF
    (not self.df['Date'].dt.is_leap_year)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/u/trappist-r0/ssangha/conda_installation/miniforge/miniforge/envs/RAiDER/lib/python3.13/site-packages/pandas/core/generic.py", line 1580, in __nonzero__
    raise ValueError(
    ...<2 lines>...
    )
ValueError: The truth value of a Series is ambiguous. ... (continued)
Pull Request #801: Fix logical negation for leap year filtering

3234 of 6459 relevant lines covered (50.07%)

0.5 hits per line

Relevant lines Covered
Build:
Build:
6459 RELEVANT LINES 3234 COVERED LINES
0.5 HITS PER LINE
Source Files on seasonal_subsetting_patch
  • Tree
  • List 53
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2a455158... seasonal_subsetting_patch Fix logical negation for leap year filtering Ok this works now, however this seasonal subsetting no longer works somehow: ``` (RAiDER) [ssangha@trappist all]$ raiderStats.py --file "GNSS_WM_localtime06_Combined_delays_stations_over50.csv" -w Re... Pull #801 12 Jun 2026 04:06AM UTC web-flow circleci
50.07
See All Builds (1187)
  • 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