You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3: Remove max(0,...) clamp from _dedup decimals formula so that
large-extent domains (>1e12) use negative decimal rounding (numpy
np.round supports this) instead of collapsing all coordinates to 0.
#6: Add TestMultiRankAssembly with two synthetic tests:
- two_rank_1d_dedup: verifies ghost-cell overlap is removed and
the assembled variable array has the correct 4-cell result
- large_extent_dedup: exercises the negative-decimals code path
(scale=1e7) to confirm deduplication works at large domain extents
#8: Add --host argument (default 127.0.0.1) to the interactive Dash
server so users can bind to 0.0.0.0 for direct HPC access without SSH
tunneling. Only show the SSH tunnel hint when host is localhost.
Addresses Claude Code review findings on PR #1233.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments