Skip to content

Comments

edge buffer bug fix#147

Merged
sybenzvi merged 3 commits intomainfrom
edge_buffer_bugfix
Feb 14, 2026
Merged

edge buffer bug fix#147
sybenzvi merged 3 commits intomainfrom
edge_buffer_bugfix

Conversation

@hbrincon
Copy link
Contributor

@hbrincon hbrincon commented Feb 14, 2026

The edge_buffer user input for the VoidFinderCatalogStacked and V2CatalogStacked classes were being mistakenly overwritten with a default value of 30 Mpc/h for each VoidFinderCatalog and V2Catalog class contained within them. This bug has been fixed so that the user input is passed between classes.

Also includes a few user-convenience features and speedups for the void_catalog classes


for cat_name, file_name in zip(cat_names, file_names):
self._catalogs[cat_name] = VoidFinderCatalog(file_name)
self._catalogs[cat_name] = VoidFinderCatalog(file_name, edge_buffer=edge_buffer)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the bug fix for VoidFinder voids

self._catalogs[cat_name] = V2Catalog(file_name)


self._catalogs[cat_name] = V2Catalog(file_name, edge_buffer=edge_buffer)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the bug fix for V2 voids

@sybenzvi sybenzvi merged commit 0d503c1 into main Feb 14, 2026
5 checks passed
@sybenzvi sybenzvi deleted the edge_buffer_bugfix branch February 14, 2026 15:31
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