Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxim Onciul
pi_files
Commits
7d3b8920
Commit
7d3b8920
authored
Aug 31, 2021
by
Maxim Onciul
Browse files
bugfix?
parent
32915ebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
experiment/run_pi.py
View file @
7d3b8920
...
...
@@ -75,9 +75,12 @@ def common() -> Dict[str, Any]:
def
create_errs
(
config
):
with
open
(
config
[
"cipher_file"
],
"r"
)
as
f
:
len_word
=
len
(
f
.
readline
())
call
=
[
config
[
"errs"
]]
+
[
"-l"
,
str
(
2
**
config
[
"l"
]
),
str
(
len_word
),
"-b"
,
str
(
config
[
"b"
]),
"-B"
,
...
...
Write
Preview
Supports
Markdown
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