Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Parcels-code
/
Parcels
Public
Notifications
You must be signed in to change notification settings
Fork
189
Star
363
Code
Issues
102
Pull requests
10
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Exclude faces that touch NaN nodes from the SpatialHash table
- #2802
#2802
Merged
wyatt-fluidnumerics
merged 13 commits into
main
Parcels-code/Parcels:main
from
spatialhash-NaN-cell-treatment
Parcels-code/Parcels:spatialhash-NaN-cell-treatment
Copy head branch name to clipboard
Aug 5, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Exclude faces that touch NaN nodes from the SpatialHash table
#2802
wyatt-fluidnumerics
merged 13 commits into
main
Parcels-code/Parcels:main
from
spatialhash-NaN-cell-treatment
Parcels-code/Parcels:spatialhash-NaN-cell-treatment
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
added a filter to remove any cells in contact with NaN nodes from the SpatialHash table
wyatt-fluidnumerics
committed
26371a4
View commit details
Copy full SHA for 26371a4
Browse repository at this point
Added testing for filtering NaN nodes from the SpatialHash table
wyatt-fluidnumerics
committed
958bb6c
View commit details
Copy full SHA for 958bb6c
Browse repository at this point
Changed test_nan_node_invalidates_touching_faces to deep copy the lat/lon grid before injecting nan values. Otherwise the nan values break other tests.
wyatt-fluidnumerics
committed
9989792
View commit details
Copy full SHA for 9989792
Browse repository at this point
Commits on Aug 5, 2026
Merge branch 'main' into spatialhash-NaN-cell-treatment
erikvansebille
committed
4db92d1
View commit details
Copy full SHA for 4db92d1
Browse repository at this point
Fix pre-commit issue
erikvansebille
committed
8202e71
View commit details
Copy full SHA for 8202e71
Browse repository at this point
Fixed typo in hastable.describe
erikvansebille
committed
3f35124
View commit details
Copy full SHA for 3f35124
Browse repository at this point
Also fixing typo in unit test
erikvansebille
committed
3c5c414
View commit details
Copy full SHA for 3c5c414
Browse repository at this point
Refactor NaN mask computation to be done in a helper function
wyatt-fluidnumerics
committed
62e9572
View commit details
Copy full SHA for 62e9572
Browse repository at this point
Merge branch 'spatialhash-NaN-cell-treatment' of github.com:Parcels-code/Parcels into spatialhash-NaN-cell-treatment
wyatt-fluidnumerics
committed
0f1af97
View commit details
Copy full SHA for 0f1af97
Browse repository at this point
Added assertion stating total number of faces in the spatialhash table is less than the total number of mesh faces when NaNs are in the mesh.
wyatt-fluidnumerics
committed
1405b02
View commit details
Copy full SHA for 1405b02
Browse repository at this point
Modified SpatialHash.describe() to also show total non-NaN faces.
wyatt-fluidnumerics
committed
1a1485b
View commit details
Copy full SHA for 1a1485b
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 2cad923
pre-commit-ci[bot]
committed
2cad923
View commit details
Copy full SHA for 2cad923
Browse repository at this point
Move .ravel() to np.where line for readability
Show description for ef8c7e1
wyatt-fluidnumerics
and
erikvansebille
authored
ef8c7e1
View commit details
Copy full SHA for ef8c7e1
Browse repository at this point
You can’t perform that action at this time.