Skip to content

Update README #1

@gabrielbonner

Description

@gabrielbonner

Played around to try to get this running on my own, ran into the following:

➜ scripts git:(master) ./bantling.py
Let's label this bantling!
Gathering names from names/yob2016.txt
Traceback (most recent call last):
File "./bantling.py", line 81, in
main(use_cache, test, test_name, exhaustive)
File "./bantling.py", line 21, in main
all_names = gather_all_names.gather(yob_years, use_cache, test)
File "/Users/gbonner/Repos/bantling/scripts/gather_all_names.py", line 43, in gather
name.add_popularity(year, gender, count)
File "/Users/gbonner/Repos/bantling/scripts/name.py", line 33, in add_popularity
self.yearly_popularity[gender][year - self.years[0]] = count
IndexError: list assignment index out of range

Not sure if I'm on the right track, but if there was a README with some basic instructions... ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions