Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert failure generating the map #79

Open
chadwhitacre opened this issue Oct 30, 2015 · 0 comments
Open

assert failure generating the map #79

chadwhitacre opened this issue Oct 30, 2015 · 0 comments

Comments

@chadwhitacre
Copy link
Contributor

Reticketing from #76.

Traceback (most recent call last):
  File "./genmap.py", line 544, in <module>
    main(topics, fp, **args.__dict__)
  File "./genmap.py", line 523, in main
    output_svg(topics, fp, big, blocks)
  File "./genmap.py", line 450, in output_svg
    block.assign_ids(pathways)
  File "./genmap.py", line 371, in assign_ids
    , relax_crossings_until=1e8
  File "/Users/whit537/workbench/saxifrage/caac-map/pathways_solver.py", line 129, in solve
    problem = Problem(shapes, pathways, take_first, relax_assignments_until, relax_crossings_until)
  File "/Users/whit537/workbench/saxifrage/caac-map/pathways_solver.py", line 80, in __init__
    assert len(self.resources) == nlevels, (self.resources, nlevels, shapes, pathways)
AssertionError: (('phipps-conservatory-phipps-cafe', 'carnegie-library-of-pittsburgh-cooking-for-teens-', 'food-n-me-vari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant