Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Fix moving average args not rendering properly in docs #5516

Merged
merged 3 commits into from
Dec 17, 2021

Conversation

JohnGiorgi
Copy link
Contributor

@JohnGiorgi JohnGiorgi commented Dec 16, 2021

Fixes # .

Changes proposed in this pull request:

  • Small reformat to the docstring of ExponentialMovingAverage that fixes an incorrect rendering of its arguments in docs.

Before

Screen Shot 2021-12-16 at 2 33 52 PM

After

Screen Shot 2021-12-16 at 2 34 03 PM

Before submitting

  • I've read and followed all steps in the Making a pull request
    section of the CONTRIBUTING docs.
  • I've updated or added any relevant docstrings following the syntax described in the
    Writing docstrings section of the CONTRIBUTING docs.
  • If this PR fixes a bug, I've added a test that will fail without my fix.
  • If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

After submitting

  • All GitHub Actions jobs for my pull request have passed.
  • codecov/patch reports high test coverage (at least 90%).
    You can find this under the "Actions" tab of the pull request once the other checks have finished.

Copy link
Contributor

@AkshitaB AkshitaB left a comment

Choose a reason for hiding this comment

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

Thanks!

@AkshitaB AkshitaB merged commit 3552842 into allenai:main Dec 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants