Skip to content

Document skip_areas parameter in Preloads docstring#215

Merged
Jammy2211 merged 2 commits intofeature/matern_adaptivefrom
copilot/sub-pr-214
Feb 13, 2026
Merged

Document skip_areas parameter in Preloads docstring#215
Jammy2211 merged 2 commits intofeature/matern_adaptivefrom
copilot/sub-pr-214

Conversation

Copy link
Contributor

Copilot AI commented Feb 13, 2026

The skip_areas parameter added in e366b49 was missing documentation in the Preloads class docstring.

Changes

  • Added skip_areas parameter documentation explaining it skips Voronoi area calculations and split point computations during Delaunay triangulation, useful for Matérn regularization which doesn't require area-based calculations
  • Added missing documentation for use_voronoi_areas and areas_factor parameters
def __init__(
    self,
    ...,
    use_voronoi_areas: bool = True,    # Now documented
    areas_factor: float = 0.5,         # Now documented  
    skip_areas: bool = False,          # Now documented
):

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

… parameters

Co-authored-by: Jammy2211 <23455639+Jammy2211@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to address feedback on feature/matern adaptive implementation Document skip_areas parameter in Preloads docstring Feb 13, 2026
Copilot AI requested a review from Jammy2211 February 13, 2026 13:02
@Jammy2211 Jammy2211 marked this pull request as ready for review February 13, 2026 13:26
@Jammy2211 Jammy2211 merged commit e102dc7 into feature/matern_adaptive Feb 13, 2026
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