Skip to content

Conversation

@TaXxER
Copy link
Contributor

@TaXxER TaXxER commented Jan 6, 2026

Summary:
Code quality improvements for base.py following Google Python style guide.

Docstring improvements:

  • Standardized docstring format with summary on the same line as opening quotes
  • Added consistent punctuation to all parameter descriptions (ending with periods)
  • Fixed docstring indentation to use 4-space hanging indent per Google style
  • Added missing :param kwargs: and :return: documentation to fit_transform method
  • Added class-level docstring to BaseCalibrator
  • Wrapped long docstring lines to stay within 80 character limit

Differential Revision: D90168232

TaXxER added 2 commits January 6, 2026 02:29
Summary:

This diff removes internal references to wikis, documentation, code, etc from utils.py and its tests.

Differential Revision: D90120757
Summary:
Code quality improvements for base.py following Google Python style guide.

**Docstring improvements:**
- Standardized docstring format with summary on the same line as opening quotes
- Added consistent punctuation to all parameter descriptions (ending with periods)
- Fixed docstring indentation to use 4-space hanging indent per Google style
- Added missing `:param kwargs:` and `:return:` documentation to `fit_transform` method
- Added class-level docstring to `BaseCalibrator`
- Wrapped long docstring lines to stay within 80 character limit

Differential Revision: D90168232
@meta-codesync
Copy link

meta-codesync bot commented Jan 6, 2026

@TaXxER has exported this pull request. If you are a Meta employee, you can view the originating Diff in D90168232.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 6, 2026
@meta-codesync meta-codesync bot closed this in 2a628f0 Jan 7, 2026
@meta-codesync
Copy link

meta-codesync bot commented Jan 7, 2026

This pull request has been merged in 2a628f0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants