Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vpvc_sample_size
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jörg Martin
vpvc_sample_size
Commits
928086b0
Commit
928086b0
authored
4 years ago
by
Jörg Martin
Browse files
Options
Downloads
Patches
Plain Diff
First Review correction
parent
d523297e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
vpvc_interface/gui.py
+1
-1
1 addition, 1 deletion
vpvc_interface/gui.py
vpvc_interface/setupmenu.py
+1
-1
1 addition, 1 deletion
vpvc_interface/setupmenu.py
with
3 additions
and
3 deletions
setup.py
+
1
−
1
View file @
928086b0
...
...
@@ -2,7 +2,7 @@ from setuptools import find_packages
from
setuptools
import
setup
setup
(
name
=
'
vpvc-sample-size
'
,
version
=
'
0.
1
'
,
version
=
'
0.
2
'
,
author
=
'
Joerg Martin
'
,
author_email
=
'
joerg.martin@ptb.de
'
,
description
=
'
Sample size planning using the VPVC
'
,
...
...
This diff is collapsed.
Click to expand it.
vpvc_interface/gui.py
+
1
−
1
View file @
928086b0
...
...
@@ -38,7 +38,7 @@ def run_gui(fontsize=fontsize):
default_font
=
TkFont
.
nametofont
(
"
TkDefaultFont
"
)
default_font
.
configure
(
size
=
fontsize
)
root
.
title
(
'
Sample size planning using the VPVC
'
)
status_variable
=
tk
.
StringVar
(
root
,
value
=
'
Enter prior knowledge and the desired uncertainty threshold and press
"
Compute
S
ample
S
ize
"'
)
status_variable
=
tk
.
StringVar
(
root
,
value
=
'
Enter prior knowledge and the desired uncertainty threshold and press
"
Compute
s
ample
s
ize
"'
)
root
.
tk_setPalette
(
background
=
'
#ffffff
'
,
foreground
=
'
#000000
'
,
activeBackground
=
'
#eeeeee
'
,
activeForeground
=
'
#000000
'
)
# upper menu
...
...
This diff is collapsed.
Click to expand it.
vpvc_interface/setupmenu.py
+
1
−
1
View file @
928086b0
...
...
@@ -107,7 +107,7 @@ class PriorMenu():
mean_upper_quartile_entry
=
tk
.
Entry
(
self
.
frame
,
font
=
self
.
font
)
mean_upper_quartile_entry
.
insert
(
0
,
1.2
)
disp_median_type_label
=
tk
.
Label
(
self
.
frame
,
text
=
'
Dispersion
'
,
font
=
self
.
bold_font
)
disp_median_type_label
=
tk
.
Label
(
self
.
frame
,
text
=
'
D
ata d
ispersion
'
,
font
=
self
.
bold_font
)
disp_median_label
=
tk
.
Label
(
self
.
frame
,
text
=
'
Median
'
)
disp_median_entry
=
tk
.
Entry
(
self
.
frame
,
font
=
self
.
font
)
...
...
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