You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to solve Issue #30, I applied black to the file: tofu/geom/_comp.py
Since this is a time consuming process, I rather check if the first first file fits the rest of the team's expectation (notably @Didou09). If so next PR will be with all *.py files, changed analogically.
@Didou09 did you see in detail the code ?
Should I do the same changes for all *.py files? There are other tools to do the pep8 formatting it's a matter of taste :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PARTIALLY Fixes #30
In order to solve Issue #30, I applied black to the file:
tofu/geom/_comp.pySince this is a time consuming process, I rather check if the first first file fits the rest of the team's expectation (notably @Didou09). If so next PR will be with all
*.pyfiles, changed analogically.