patternizer / quantum_poetry

Python implementation of World Lines quantum poetry algorithm in collaboration with Professor Amy Catanzano: https://www.amycatanzano.com
Other
0 stars 0 forks source link

The case of multiple branchpoints having the same label on one line only needs logic control #5

Closed patternizer closed 4 years ago

patternizer commented 4 years ago

It is not logical to retain branches within a line. These single line occurring knots need excluding from knotlist and branchpointarray.

patternizer commented 4 years ago

Fix tested and validated in the offline version quantum_poetry.py. Needs transfer into app.py

patternizer commented 4 years ago

Implemented