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

XENONnT / appletree
86%

Build:
DEFAULT BRANCH: master
Repo Added 13 Oct 2022 06:03PM UTC
Token lEHg3V3nVdh69GduWIMPa0AzJcNzcfqSv regen
Build 613 Last
Files 28
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 master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • acceptance_plot
  • add_corner
  • add_doi_badge
  • add_eps
  • add_eps_to_hist_er
  • add_extension
  • add_linage
  • add_lineage_hash
  • add_more_distributions
  • add_test
  • add_utilix_pyproject
  • aggressive_memory_usage
  • all_component_hist
  • apply_eff_multi
  • binning
  • bump_021
  • bump_030
  • bump_051
  • bump_052
  • bump_numpy
  • bump_v022
  • bump_v023
  • bump_v031
  • bump_v032
  • bump_v040
  • bump_v050
  • bump_v053
  • bump_v054
  • bump_v055
  • check_shape_interp_input
  • clean_up
  • clear_cache
  • compatible_x64
  • config_err
  • config_filename
  • configs_llh
  • docs
  • docs_lxml_html_clean
  • efield_map
  • elife_sigma
  • emcee_backend
  • er_sr
  • fake_maps_nb
  • file_order
  • fitting_1d
  • fix
  • fix_3d_nn
  • fix_action
  • fix_again_sigmamap
  • fix_backend
  • fix_binom
  • fix_bug
  • fix_bug_add_eps_to_hist
  • fix_config
  • fix_config_llh
  • fix_correction
  • fix_docs_param
  • fix_pypi
  • fix_tests
  • fix_weighted
  • force_no_eff_type
  • from_bkend
  • hybrid-binomial
  • importlib_resources_files
  • interp
  • interp_by_map
  • irreg_bin
  • jax_binomial
  • jnp_to_np
  • lce_to_correction
  • liter_constraint
  • load_from_mongo_downloader
  • loosen_requirement
  • ly_qy_prior
  • make_maps
  • multi_nodep_data
  • multiply_thin
  • n_events
  • nest_v2_yields
  • nestv2
  • nestv2_width
  • no_bins_component
  • nr_ly_update
  • parameter_alias
  • pip_user
  • plot_maps
  • plotter
  • plotter_debug
  • pre-commit-ci-update-config
  • preserve_dtype
  • profiler
  • pypi_public
  • r_dim
  • rearrange_er
  • recording_dict
  • refactor_likelihood
  • rename_instruct
  • revert-175-truncate_normal
  • rm_manifest
  • s12_area
  • safe_plugins
  • sample_post
  • sample_spec
  • set_blobs_dtype
  • set_config
  • set_moves
  • sigmaconfig_fix
  • skip_mongo_db
  • smarter_backend
  • smarter_error
  • static_cached_functions
  • stop_allocator
  • switch_to_utilix_for_db
  • tolerate_simulation_only
  • transformer
  • truncate_normal
  • two_half_gaussian
  • update_conf
  • update_docformatter
  • update_jax
  • update_nb
  • update_pypi
  • update_sklearn
  • update_utilix_dependency
  • use_master_docformatter
  • use_pre-commit
  • use_pyproject
  • warning_get_file
  • weighted_equi_integer

03 Mar 2026 10:08PM UTC coverage: 86.249% (+0.8%) from 85.46%
22644990107

push

github

web-flow
Add function to plot all maps (#215)

* Add function to plot all maps

* Fix plot style for sigma map

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix regbin coordinate convention: lowers/uppers are node centers, not edges

The interpolation code uses linspace(lower, upper, n_bins) to reconstruct
grid positions, meaning coordinate_lowers/uppers are the first/last node
centers. The plotting code incorrectly treated them as bin edges using
linspace(lower, upper, n_bins + 1).

This also fixes the imshow extent in _plot_map_2d_regbin to use proper
outer edges derived from the node centers.

Includes additional tests from the previous local-only commit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Track all config name aliases in _collect_maps for collapse lookup

When multiple plugins share the same underlying map file under different
config names, _collect_maps now records all names as aliases. The
collapse dict in plot_maps is checked against all aliases, so the user
can use any config name that references a given map.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Plot all three bands (lower, median, upper) for 2D SigmaMap

Previously the 2D SigmaMap case only plotted the median as a single
heatmap, silently discarding the lower and upper bounds. Now it
produces three separate figures, each with a label suffix indicating
which band it represents.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Document that plot_maps caller is responsible for closing figures

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Reduce plot_maps complexi... (continued)

221 of 230 new or added lines in 1 file covered. (96.09%)

2672 of 3098 relevant lines covered (86.25%)

1.72 hits per line

Relevant lines Covered
Build:
Build:
3098 RELEVANT LINES 2672 COVERED LINES
1.72 HITS PER LINE
Source Files on master
  • Tree
  • List 28
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22644990107 master Add function to plot all maps (#215) * Add function to plot all maps * Fix plot style for sigma map * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix regbin coordinate convention: low... push 03 Mar 2026 10:14PM UTC web-flow github
86.25
22248196551 master Refactor `likelihood.py` and `config.py` + bug fixes (#216) * Likelihood code refactor * Refactor config.py to reduce complexity * Fix bugs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci... push 21 Feb 2026 02:06AM UTC web-flow github
85.46
22246092555 master Add JAX 0.8+ and 0.9+ compatibility (#208) * Add jax>0.8.0 support * Add backward compatibility * Use positional arguments in jnp.clip * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * F... push 21 Feb 2026 12:13AM UTC web-flow github
84.19
21965575783 master Bump to v0.5.5 (#213) push 12 Feb 2026 09:55PM UTC web-flow github
84.28
21965256395 master Add pandas version requirement (#212) * add pytz * Requre pandas <3.0 for now push 12 Feb 2026 09:44PM UTC web-flow github
84.28
21965239182 master Update HISTORY.md push 12 Feb 2026 09:44PM UTC dachengx github
84.28
21299847632 master Add pandas version requirement (#212) * add pytz * Requre pandas <3.0 for now push 23 Jan 2026 08:22PM UTC web-flow github
84.28
21297380802 master Acceptance plot (#210) * Add plotter * Guard against n_iter <= window_length * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix lines too long * [pre-commit.ci] auto fixes from pre-co... push 23 Jan 2026 06:54PM UTC web-flow github
84.28
18637300865 master Plot actual time series evaluation before applying chain reduction `thin` (#207) push 19 Oct 2025 11:04PM UTC web-flow github
84.12
18597136167 master Be able to set `moves` (#206) push 17 Oct 2025 03:26PM UTC web-flow github
84.08
See All Builds (486)
  • 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