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
8c1aaae7
Commit
8c1aaae7
authored
Nov 18, 2020
by
Michael Sammler
Browse files
Merge branch 'master' of gitlab.mpi-sws.org:iris/refinedc
parents
4d7ad7dd
565295eb
Pipeline
#37791
passed with stage
in 14 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
count_annotations
.py
→
destructive_gen_data
.py
View file @
8c1aaae7
...
@@ -264,5 +264,5 @@ stats = [ {
...
@@ -264,5 +264,5 @@ stats = [ {
stats
[
5
][
"progs"
][
0
][
"stats"
][
"annot"
]
+=
6
stats
[
5
][
"progs"
][
0
][
"stats"
][
"annot"
]
+=
6
print
(
json
.
dumps
(
stats
,
indent
=
2
))
print
(
json
.
dumps
(
stats
,
indent
=
2
))
with
open
(
'
stats
.json'
,
'w'
)
as
f
:
with
open
(
'
data
.json'
,
'w'
)
as
f
:
json
.
dump
(
stats
,
f
,
indent
=
2
)
json
.
dump
(
stats
,
f
,
indent
=
2
)
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