Skip to content

Conversation

@LTLA
Copy link
Collaborator

@LTLA LTLA commented Sep 5, 2025

  • Use the sanisizer library to avoid integer overflow, mostly during vector allocations but also in some additions and casts from float.
  • Slap const'ness on as many variables as possible, for safety.

LTLA added 7 commits September 5, 2025 11:04
- Use the sanisizer library to avoid integer overflow, mostly during vector
  allocations but also in some additions and casts from float.
- Slap const'ness on as many variables as possible, for safety.
@codecov
Copy link

codecov bot commented Sep 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
include/umappp/Status.hpp 88.57% <100.00%> (ø)
include/umappp/combine_neighbor_sets.hpp 95.34% <100.00%> (+0.11%) ⬆️
include/umappp/find_ab.hpp 98.41% <100.00%> (+0.10%) ⬆️
include/umappp/initialize.hpp 96.77% <100.00%> (-0.11%) ⬇️
include/umappp/optimize_layout.hpp 97.08% <100.00%> (+0.32%) ⬆️
include/umappp/parallelize.hpp 100.00% <100.00%> (ø)
include/umappp/spectral_init.hpp 95.08% <100.00%> (-0.08%) ⬇️
tests/src/optimize_layout.cpp 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LTLA LTLA merged commit 885f9cb into master Sep 5, 2025
5 checks passed
@LTLA LTLA deleted the int-fixes branch September 5, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants