-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugdifficulty: lowdocumentationpriority: BLOCKERcannot make a release without these issues resolvedcannot make a release without these issues resolved
Milestone
Description
It now returns a Path object so this code is not valid anymore:
csv_dir = get_example_filepath('examples')
population = read_csv(csv_dir + '/population.csv')
and should be changed to:
csv_dir = get_example_filepath('examples')
population = read_csv(csv_dir / 'population.csv')
There might be some other usage outside of the tutorial.
Metadata
Metadata
Assignees
Labels
bugdifficulty: lowdocumentationpriority: BLOCKERcannot make a release without these issues resolvedcannot make a release without these issues resolved