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

XENONnT / appletree / 24786128778

22 Apr 2026 03:09PM UTC coverage: 87.188% (+0.1%) from 87.071%
24786128778

push

github

web-flow
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) <noreply@anthropic.com>

* Fix test to avoid IDW float32 overflow at exact grid nodes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Unify preprocess into a single method using _log_mask

Replace linear_pos, log_pos, and _mixed_preprocess with one
preprocess() that always uses jnp.where(self._log_mask, ...).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Guard linear axes from log10/clip in preprocess

Use jnp.where to substitute 1.0 on linear axes before log10,
preventing value corruption and gradient issues when linear axes
contain non-positive values.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* update test

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

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

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: tianyu zhu <tianyu.zhu@ipmu.jp>
Co-authored-by: Tianyu Zhu <zhut@midway3-login3.rcc.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

57 of 62 new or added lines in 2 files covered. (91.94%)

2899 of 3325 relevant lines covered (87.19%)

1.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

95.38
/appletree/plot.py


Source Not Available

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