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

in tutorial, missing cast to int #3240

Closed
sryza opened this issue Nov 18, 2020 · 0 comments
Closed

in tutorial, missing cast to int #3240

sryza opened this issue Nov 18, 2020 · 0 comments
Projects

Comments

@sryza
Copy link
Contributor

sryza commented Nov 18, 2020

From Nate Loker on slack:

Hey just a small thing but most of the sort_by_calories functions in the tutorial should be sorted_cereals = sorted(cereals, key=lambda cereal: int(cereal["calories"])) instead of sorted_cereals = sorted(cereals, key=lambda cereal: cereal["calories"]) (missing the int).

For example, on line 20 of input.py in the basics solids tutorial. https://docs.dagster.io/tutorial/basics_solids

https://dagster.slack.com/archives/CHJEUKYQM/p1605649765009200

@yuhan yuhan added this to Untriaged in Docs Infra via automation Nov 18, 2020
@yuhan yuhan moved this from Untriaged to 👨‍🏫️ Tutorial-Pri in Docs Infra Nov 18, 2020
Docs Infra automation moved this from 👨‍🏫️ Tutorial-Pri to Done Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant