Skip to content

Fix 'get_topics_network' method #19

Closed
@brettkromkamp

Description

@brettkromkamp

Expected output:

elon-musk
         lyndon-rive
                 solar-city
                         solar-energy
         space-x
                 falcon-9
                 falcon-heavy
                 dragon
         tesla
                 model-s
                 model-x
                 model-y
                 roadster

Actual (erroneous) output:

elon-musk
         tesla
                 roadster
                         model-y
                                 model-x
                 model-s
                 space-x
                         dragon
                                 falcon-heavy
                         falcon-9
         lyndon-rive
                 solar-city
                         solar-energy

Order of the siblings is not necessarily relevant, but overall "shape" of the tree/graph is.

Method:

def get_topics_network(

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions