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

Fix formatting #223

Merged
merged 6 commits into from
Sep 26, 2023
Merged

Fix formatting #223

merged 6 commits into from
Sep 26, 2023

Conversation

anilyil
Copy link
Contributor

@anilyil anilyil commented Sep 26, 2023

Purpose

Fix formatting stuff from #221

Expected time until merged

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (non-backwards-compatible fix or feature)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Documentation update
  • Maintenance update
  • Other (please describe)

Testing

Checklist

  • I have run flake8 and black to make sure the Python code adheres to PEP-8 and is consistently formatted
  • I have formatted the Fortran code with fprettify or C/C++ code with clang-format as applicable
  • I have run unit and regression tests which pass locally with my changes
  • I have added new tests that prove my fix is effective or that my feature works
  • I have added necessary documentation

@anilyil anilyil requested a review from a team as a code owner September 26, 2023 18:09
@anilyil anilyil requested review from hajdik and ArshSaja and removed request for ArshSaja and hajdik September 26, 2023 18:09
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #223 (be06960) into main (e6c1746) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #223   +/-   ##
=======================================
  Coverage   64.72%   64.72%           
=======================================
  Files          47       47           
  Lines       12055    12055           
=======================================
  Hits         7802     7802           
  Misses       4253     4253           
Files Coverage Δ
pygeo/parameterization/DVGeo.py 68.82% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@anilyil anilyil merged commit e169ab2 into mdolab:main Sep 26, 2023
11 checks passed
@anilyil anilyil deleted the fix_formatting branch September 26, 2023 19:46
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