Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autocnet
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Autocnet
Commits
bd6f9493
Commit
bd6f9493
authored
Jun 4, 2016
by
Jay
Committed by
Jason R Laura
Jun 4, 2016
Browse files
Options
Downloads
Patches
Plain Diff
Error in edge fixed and extra imports in graph views removed.
parent
44d107f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
autocnet/graph/edge.py
+1
-1
1 addition, 1 deletion
autocnet/graph/edge.py
autocnet/vis/graph_view.py
+0
-3
0 additions, 3 deletions
autocnet/vis/graph_view.py
with
1 addition
and
4 deletions
autocnet/graph/edge.py
+
1
−
1
View file @
bd6f9493
...
...
@@ -359,7 +359,7 @@ class Edge(dict, MutableMapping):
raise
AttributeError
(
'
This edge does not yet have any matches computed.
'
)
matches
,
mask
=
self
.
_clean
(
clean_keys
)
domain
=
self
.
source
.
handle
.
raster_size
domain
=
self
.
source
.
geodata
.
raster_size
# Massage the dataframe into the correct structure
coords
=
self
.
source
.
get_keypoint_coordinates
()
...
...
This diff is collapsed.
Click to expand it.
autocnet/vis/graph_view.py
+
0
−
3
View file @
bd6f9493
import
math
import
numpy
as
np
import
networkx
as
nx
from
autocnet.examples
import
get_path
from
autocnet.fileio.io_gdal
import
GeoDataset
from
matplotlib
import
pyplot
as
plt
import
matplotlib
...
...
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