Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
RefinedC
Commits
f5211f79
Commit
f5211f79
authored
Nov 18, 2020
by
Rodolphe Lepigre
Browse files
Script fix.
parent
8bdc717a
Pipeline
#38064
passed with stage
in 33 minutes and 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
destructive_gen_data.py
View file @
f5211f79
...
...
@@ -268,4 +268,4 @@ stats[5]["progs"][0]["stats"]["annot"] += 6
output_file
=
'data.json'
with
open
(
output_file
,
'w'
)
as
f
:
json
.
dump
(
stats
,
f
,
indent
=
2
)
print
(
"Data written to [
{}]."
,
output_file
)
print
(
"Data written to [
"
+
output_file
+
"]."
)
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