• 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 655 Last
Files 29
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-2d-3d-lerp
  • 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
  • better_fuse_matching_clean
  • 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
  • less_noisy_llh
  • liter_constraint
  • load_from_mongo_downloader
  • loosen_requirement
  • ly_qy_prior
  • make_maps
  • mixed-coordinate-type
  • multi_nodep_data
  • multiply_thin
  • n_events
  • nest_v2_yields
  • nestv2
  • nestv2_er
  • 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

27 Apr 2026 09:23AM UTC coverage: 86.151% (-1.0%) from 87.188%
24987009763

push

github

web-flow
Add hybrid binomial for faster simulation (#214)

* Add hybrid binomial for faster simulation

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

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

---------

Co-authored-by: Minghao Liu <Minghao Liu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: tianyu zhu <tianyu.zhu@ipmu.jp>

8 of 48 new or added lines in 1 file covered. (16.67%)

1 existing line in 1 file now uncovered.

2905 of 3372 relevant lines covered (86.15%)

1.72 hits per line

Relevant lines Covered
Build:
Build:
3372 RELEVANT LINES 2905 COVERED LINES
1.72 HITS PER LINE
Source Files on master
  • Tree
  • List 29
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24987009763 master Add hybrid binomial for faster simulation (#214) * Add hybrid binomial for faster simulation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Minghao Liu <Minghao... push 27 Apr 2026 09:30AM UTC web-flow github
86.15
24786128778 master Mixed coordinate type in maps (#219) * Add support for per-axis coordinate_type in Map Allow coordinate_type to be a list (e.g. ["regbin", "log_regbin"]) for mixed linear/log axes in regbin maps. Co-Authored-By: Claude Opus 4.6 (1M context) <no... push 22 Apr 2026 03:17PM UTC web-flow github
87.19
24779639723 master Add Plugin-Level Profiler (#211) * Add profiler to appletree * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix white spaces around multiplication * Fix coverage * [pre-commit.ci] aut... push 22 Apr 2026 01:07PM UTC web-flow github
87.07
24777658101 master Safer treatment of parameters out of boundaries (#209) * Safer treatment of parameters out of boundaries * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix inf and nan * update docform... push 22 Apr 2026 12:20PM UTC web-flow github
86.25
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
See All Builds (528)
  • 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