move tree, silence update
This commit is contained in:
parent
486baac69c
commit
7437bc3f7f
2 changed files with 8 additions and 8 deletions
|
@ -85,12 +85,6 @@
|
||||||
"intellectual activity": {},
|
"intellectual activity": {},
|
||||||
"pulse": {},
|
"pulse": {},
|
||||||
"respiration": {}
|
"respiration": {}
|
||||||
},
|
|
||||||
"body": {
|
|
||||||
"arm": {}
|
|
||||||
},
|
|
||||||
"element": {
|
|
||||||
"air": {}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"the everyday": {
|
"the everyday": {
|
||||||
|
@ -304,6 +298,12 @@
|
||||||
"indoor": {},
|
"indoor": {},
|
||||||
"outdoor": {},
|
"outdoor": {},
|
||||||
"sandal": {}
|
"sandal": {}
|
||||||
|
},
|
||||||
|
"element": {
|
||||||
|
"air": {}
|
||||||
|
},
|
||||||
|
"body": {
|
||||||
|
"arm": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -425,4 +425,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,7 +60,7 @@ if __name__ == '__main__':
|
||||||
if parent not in tree['missing']:
|
if parent not in tree['missing']:
|
||||||
tree['missing'][parent] = {}
|
tree['missing'][parent] = {}
|
||||||
tree['missing'][parent][child] = {}
|
tree['missing'][parent][child] = {}
|
||||||
print('missing root - %s: %s' % (parent, child))
|
#print('missing root - %s: %s' % (parent, child))
|
||||||
|
|
||||||
#print(json.dumps(tree, indent=4, sort_keys=True))
|
#print(json.dumps(tree, indent=4, sort_keys=True))
|
||||||
sized_ontology = {
|
sized_ontology = {
|
||||||
|
|
Loading…
Reference in a new issue