diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-24 01:35:35 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-24 01:35:35 +0200 |
| commit | 11fca26a64d09a50fb406280c71ee634de036a9f (patch) | |
| tree | 772fa096daf3a49f0ea312f0e2396fb16d4220d3 /src/local/domain/cri/domain_cri.py | |
| parent | 9ad4624c8d479106081d95c571c44a6d4d8af943 (diff) | |
domain_cri.py: fixing link proficiency level attr, cvs export
Diffstat (limited to 'src/local/domain/cri/domain_cri.py')
| -rw-r--r-- | src/local/domain/cri/domain_cri.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/domain/cri/domain_cri.py b/src/local/domain/cri/domain_cri.py index 5b13d7bb..db6ed925 100644 --- a/src/local/domain/cri/domain_cri.py +++ b/src/local/domain/cri/domain_cri.py @@ -132,7 +132,7 @@ class DBO_random_data_generation__domain__CRI(DB_op): 'where rand() < %.2f' % (prob_link_create), 'create (n)-[r:%s' % (skill_level), '{id: \'test-id_\' + toString(%d + toInt(%d * rand())),' % (min_id, lim_r * 100000), # aim for low id collision probability, - 'proficiency: \'%s\'}' % (len(skill_level) - 1), + 'proficiency: \'%s\'}' % (skill_level), ']->(m)', 'return collect(r.id)', ] |
