Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sfwatergit
Flatland
Commits
a5d69ead
Commit
a5d69ead
authored
5 years ago
by
u214892
Browse files
Options
Downloads
Patches
Plain Diff
#26 cleanup flake8 for temporary_example and tox.ini
parent
ebec6f54
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/temporary_example.py
+1
-1
1 addition, 1 deletion
examples/temporary_example.py
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
2 additions
and
2 deletions
examples/temporary_example.py
+
1
−
1
View file @
a5d69ead
...
...
@@ -2,8 +2,8 @@ import random
from
flatland.envs.generators
import
random_rail_generator
from
flatland.envs.rail_env
import
RailEnv
from
flatland.utils.rendertools
import
*
from
flatland.utils.rendertools
import
RenderTool
import
numpy
as
np
random
.
seed
(
0
)
np
.
random
.
seed
(
0
)
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
a5d69ead
...
...
@@ -13,7 +13,7 @@ ignore = E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W
[testenv:flake8]
basepython
=
python
deps
=
flake8
commands
=
flake8 flatland
commands
=
flake8 flatland
tests examples
[testenv:docs]
basepython
=
python
...
...
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