Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
8e2cfd9b
Commit
8e2cfd9b
authored
Sep 30, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TYPO] Log message nicer.
parent
23c92363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cooccurrences.py
graph/cooccurrences.py
+2
-2
No files found.
graph/cooccurrences.py
View file @
8e2cfd9b
...
@@ -264,10 +264,10 @@ def countCooccurrences( corpus_id=None , cooc_id=None
...
@@ -264,10 +264,10 @@ def countCooccurrences( corpus_id=None , cooc_id=None
if
save_on_db
:
if
save_on_db
:
# Saving the cooccurrences
# Saving the cooccurrences
cooc
.
save
(
cooc_id
)
cooc
.
save
(
cooc_id
)
print
(
"GRAPH#
%
s ... Node Cooccurrence Matrix saved"
%
cooc_id
)
print
(
"GRAPH
#
%
s ... Node Cooccurrence Matrix saved"
%
cooc_id
)
# Saving the parameters
# Saving the parameters
print
(
"GRAPH#
%
s ... Parameters saved in Node."
%
cooc_id
)
print
(
"GRAPH
#
%
s ... Parameters saved in Node."
%
cooc_id
)
coocNode
=
session
.
query
(
Node
)
.
filter
(
Node
.
id
==
cooc_id
)
.
first
()
coocNode
=
session
.
query
(
Node
)
.
filter
(
Node
.
id
==
cooc_id
)
.
first
()
coocNode
.
hyperdata
[
distance
]
=
dict
()
coocNode
.
hyperdata
[
distance
]
=
dict
()
coocNode
.
hyperdata
[
distance
][
"parameters"
]
=
parameters
coocNode
.
hyperdata
[
distance
][
"parameters"
]
=
parameters
...
...
Write
Preview
Markdown
is supported
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