This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7da1bfe
commit 33fcced
Showing
44 changed files
with
1,266 additions
and
122,590 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
24 changes: 0 additions & 24 deletions
24
foam_internalwrapper/examples/poiseuille/constant/RASProperties
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
foam_internalwrapper/examples/poiseuille/constant/polyMesh/blockMeshDict
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
foam_internalwrapper/examples/poiseuille/constant/polyMesh/boundary
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
33fcced
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit has the corrections proposed by K. Hiltunen. Title of commit was wrong.
33fcced
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the code is not passing flake8. For example for 'foam_internalwrapper.py' it gives
foam_internalwrapper.py:77:5: E101 indentation contains mixed spaces and tabs
foam_internalwrapper.py:77:5: W191 indentation contains tabs
foam_internalwrapper.py:77:6: E265 block comment should start with '# '
foam_internalwrapper.py:78:5: E101 indentation contains mixed spaces and tabs
foam_internalwrapper.py:78:5: W191 indentation contains tabs
foam_internalwrapper.py:80:5: E101 indentation contains mixed spaces and tabs
foam_internalwrapper.py:80:5: W191 indentation contains tabs
foam_internalwrapper.py:80:6: E265 block comment should start with '# '
foam_internalwrapper.py:81:5: E101 indentation contains mixed spaces and tabs
foam_internalwrapper.py:81:5: W191 indentation contains tabs
foam_internalwrapper.py:83:5: E101 indentation contains mixed spaces and tabs
foam_internalwrapper.py:83:5: W191 indentation contains tabs
foam_internalwrapper.py:83:6: E265 block comment should start with '# '
foam_internalwrapper.py:90:1: W293 blank line contains whitespace
33fcced
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is passing flake8 now.