Skip to content

Commit

Permalink
Merge pull request #1 from k4rth33k/QueueStack
Browse files Browse the repository at this point in the history
Queue based architecture
  • Loading branch information
k4rth33k authored Jun 10, 2020
2 parents 971e287 + 7413ecf commit 8fb3992
Show file tree
Hide file tree
Showing 22 changed files with 412 additions and 1,582 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=devTools,tests
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=devTools,tests
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=devTools,tests
- name: Test with pytest
Expand Down
3 changes: 0 additions & 3 deletions build/lib/pyMR/__init__.py

This file was deleted.

148 changes: 0 additions & 148 deletions build/lib/pyMR/chunk.py

This file was deleted.

180 changes: 0 additions & 180 deletions build/lib/pyMR/main.py

This file was deleted.

15 changes: 0 additions & 15 deletions build/lib/pyMR/utils.py

This file was deleted.

Binary file modified devTools/__pycache__/format.cpython-36.pyc
Binary file not shown.
Loading

0 comments on commit 8fb3992

Please sign in to comment.