Skip to content
Closed

t #34

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion style_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function format {

python ./comment_pr.py

#curl -i -X POST -H "Authorization: token $GH_TOKEN" --header "Content-Type: application/json" --data "$PAYLOAD" "$COMMENTS_URL" #-H "Authorization: token $GITHUB_TOKEN"
fi
}

Expand Down
62 changes: 55 additions & 7 deletions test/test.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,63 @@
import functools

import numpy as np
import pandas as pd


import functools
def test(a):
return (
2 * a
+ 1
+ 4
+ 3
+ 6
+ 5
+ 5
+ 6
+ 3
+ 6
+ 6
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3 * 3
+ 3
+ 5
)

<<<<<<< HEAD
def test(a):
return 2* a + 1 + 4+ 3+ 6 +5 + 5 + 6 + 3 + 6+ 6+ 3+ 3+ 3+3 +3+3 *3+ 3 + 5
=======

def test(a):
return (
2 * a
+ 1
+ 4
+ 3
+ 6
+ 5
+ 5
+ 6
+ 3
+ 6
+ 6
+ 3
+ 3
+ 3
+ 3
+ 3
+ 3 * 3
+ 3
+ 5
)

def test(a):
return 2*a + 1 + 4+ 3+ 6 +5 + 5 + 6+ 3 + 6+ 6+ 3+ 3+ 3+3 +3+3 *3+ 3 + 5
>>>>>>> 4d365ad2ae92eda7d9c0eb60a5e750bb93dd6f75

if __name__ == '__main__':
print('hello')
#a
aPPle = test(50)
if __name__ == "__main__":
print("hello")
# a
aPPle = test(50)