Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #877

Merged
merged 1 commit into from Oct 26, 2023
Merged

chore: fix typos #877

merged 1 commit into from Oct 26, 2023

Conversation

e-kwsm
Copy link
Contributor

@e-kwsm e-kwsm commented Oct 26, 2023

Summary

Typos are fixed.

Checklist

  • Google format doc strings added.
  • Code linted with ruff. (For guidance in fixing rule violates, see rule list)
  • Type annotations included. Check with mypy.
  • Tests added for new features/fixes.
  • I have run the tests locally and they passed.

Tip: Install pre-commit hooks to auto-check types and linting before every commit:

pip install -U pre-commit
pre-commit install

@rkingsbury rkingsbury added the docs documentation label Oct 26, 2023
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d32ed67) 87.78% compared to head (e587597) 87.78%.
Report is 21 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #877   +/-   ##
=======================================
  Coverage   87.78%   87.78%           
=======================================
  Files          44       44           
  Lines        3610     3610           
=======================================
  Hits         3169     3169           
  Misses        441      441           
Files Coverage Δ
src/maggma/api/query_operator/pagination.py 100.00% <ø> (ø)
src/maggma/api/utils.py 94.44% <ø> (ø)
src/maggma/builders/group_builder.py 84.15% <ø> (ø)
src/maggma/builders/map_builder.py 94.62% <ø> (ø)
src/maggma/core/builder.py 88.67% <ø> (ø)
src/maggma/stores/aws.py 91.30% <ø> (ø)
src/maggma/stores/gridfs.py 94.11% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rkingsbury
Copy link
Collaborator

Thanks for this, @e-kwsm !

@rkingsbury rkingsbury merged commit 75bd444 into materialsproject:main Oct 26, 2023
9 checks passed
@e-kwsm e-kwsm deleted the typo branch October 26, 2023 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants