Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
navipy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Olivier Bertrand
navipy
Commits
91ebfe89
Commit
91ebfe89
authored
7 years ago
by
Olivier Bertrand
Browse files
Options
Downloads
Patches
Plain Diff
Pep 8
parent
c9bfb451
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
navipy/database/__init__.py
+2
-1
2 additions, 1 deletion
navipy/database/__init__.py
navipy/moving/agent.py
+0
-1
0 additions, 1 deletion
navipy/moving/agent.py
with
2 additions
and
2 deletions
navipy/database/__init__.py
+
2
−
1
View file @
91ebfe89
...
@@ -390,7 +390,8 @@ database
...
@@ -390,7 +390,8 @@ database
if
np
.
max
(
cimage
)
!=
cmax
:
if
np
.
max
(
cimage
)
!=
cmax
:
print
(
cmaxminrange
.
name
)
print
(
cmaxminrange
.
name
)
# raise ValueError(
# raise ValueError(
# 'denormalisation failed {}!={}'.format(np.max(cimage), cmax))
# 'denormalisation failed {}!={}
# '.format(np.max(cimage), cmax))
return
denormed_im
return
denormed_im
...
...
This diff is collapsed.
Click to expand it.
navipy/moving/agent.py
+
0
−
1
View file @
91ebfe89
...
@@ -6,7 +6,6 @@ import pandas as pd
...
@@ -6,7 +6,6 @@ import pandas as pd
import
networkx
as
nx
import
networkx
as
nx
import
multiprocessing
import
multiprocessing
from
multiprocessing
import
Queue
,
JoinableQueue
,
Process
from
multiprocessing
import
Queue
,
JoinableQueue
,
Process
import
queue
import
inspect
import
inspect
from
pandas.api.types
import
is_numeric_dtype
from
pandas.api.types
import
is_numeric_dtype
from
navipy.database
import
DataBaseLoad
from
navipy.database
import
DataBaseLoad
...
...
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