Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
2e7f2703
Commit
2e7f2703
authored
5 years ago
by
Stephan Seitz
Browse files
Options
Downloads
Patches
Plain Diff
Auto-format conftest
parent
35db19ff
No related branches found
No related tags found
1 merge request
!136
Add typeannotations and docstring for KernelWrapper
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conftest.py
+2
-4
2 additions, 4 deletions
conftest.py
with
2 additions
and
4 deletions
conftest.py
+
2
−
4
View file @
2e7f2703
import
os
import
os
import
runpy
import
runpy
import
sys
import
sys
import
warnings
import
tempfile
import
tempfile
import
warnings
import
nbformat
import
nbformat
import
pytest
import
pytest
...
@@ -34,7 +34,7 @@ def add_path_to_ignore(path):
...
@@ -34,7 +34,7 @@ def add_path_to_ignore(path):
collect_ignore
=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
doc
"
,
"
conf.py
"
),
collect_ignore
=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
doc
"
,
"
conf.py
"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
pystencils
"
,
"
opencl
"
,
"
opencl.autoinit
"
)]
os
.
path
.
join
(
SCRIPT_FOLDER
,
"
pystencils
"
,
"
opencl
"
,
"
opencl.autoinit
"
)]
add_path_to_ignore
(
'
pystencils_tests/benchmark
'
)
add_path_to_ignore
(
'
pystencils_tests/benchmark
'
)
add_path_to_ignore
(
'
_local_tmp
'
)
add_path_to_ignore
(
'
_local_tmp
'
)
...
@@ -83,8 +83,6 @@ for root, sub_dirs, files in os.walk('.'):
...
@@ -83,8 +83,6 @@ for root, sub_dirs, files in os.walk('.'):
collect_ignore
.
append
(
f
)
collect_ignore
.
append
(
f
)
class
IPythonMockup
:
class
IPythonMockup
:
def
run_line_magic
(
self
,
*
args
,
**
kwargs
):
def
run_line_magic
(
self
,
*
args
,
**
kwargs
):
pass
pass
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment