Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
test_gonogo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laura Rodríguez
test_gonogo
Commits
ff29977d
Commit
ff29977d
authored
Jun 04, 2025
by
Laura Rodríguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4 junio
parent
286c0bc5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test_gonogo.py
+2
-2
No files found.
test_gonogo.py
View file @
ff29977d
mport
sys
i
mport
sys
import
random
import
random
import
time
import
time
from
matplotlib.pyplot
import
margins
from
matplotlib.pyplot
import
margins
...
@@ -276,7 +276,7 @@ class EyeTrackingApp(QWidget):
...
@@ -276,7 +276,7 @@ class EyeTrackingApp(QWidget):
self
.
calibrated
=
True
self
.
calibrated
=
True
QMessageBox
.
information
(
self
,
"Calibración"
,
"Calibración completada con éxito."
)
QMessageBox
.
information
(
self
,
"Calibración"
,
"Calibración completada con éxito."
)
else
:
else
:
QMessageBox
.
critical
(
self
,
"Error"
,
"La calibración ha fallado."
)
QMessageBox
.
critical
(
self
,
"Error"
,
"La calibraci
i
ón ha fallado."
)
def
start_test
(
self
):
def
start_test
(
self
):
# if not self.calibrated:
# if not self.calibrated:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment