Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
zesje
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Works on my machine
zesje
Commits
a487ba2a
Commit
a487ba2a
authored
5 years ago
by
Ruben Young On
Browse files
Options
Downloads
Patches
Plain Diff
Fixed Python linting warning
parent
cbc58f83
No related branches found
Branches containing commit
No related tags found
1 merge request
!17
Add pregrading
Pipeline
#17917
failed
5 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_three_corners.py
+2
-2
2 additions, 2 deletions
tests/test_three_corners.py
with
2 additions
and
2 deletions
tests/test_three_corners.py
+
2
−
2
View file @
a487ba2a
...
...
@@ -2,8 +2,8 @@ import cv2
import
os
import
numpy
as
np
from
zesje.images
import
fix_corner_markers
,
guess_dpi
from
zesje.scans
import
find_corner_marker_keypoints
,
process_page
from
zesje.images
import
fix_corner_markers
from
zesje.scans
import
find_corner_marker_keypoints
def
test_three_straight_corners_1
():
...
...
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