anyscale / academy

Ray tutorials from Anyscale
https://anyscale.com
Apache License 2.0
567 stars 195 forks source link

Typos in ray-crash-course #104

Open MSutt opened 2 years ago

MSutt commented 2 years ago

Hello I spotted small typos in the ray-crash-course.

00-Ray-Crash-Course-Overview.ipynb

The naming and the link of item 03 are incorrect. https://github.com/anyscale/academy/blob/cb8938d6a3e3ee4f168d8ef4215fa9905bd3c1d3/ray-crash-course/00-Ray-Crash-Course-Overview.ipynb?short_path=184caeb#L66-L70 I would suggest changing to "| 03 | [Ray Objects](03-Ray-Objects.ipynb)

01-Ray-Tasks.ipynb

in Example 2: Adding two np arrays section. I assume this should be return np.add(arr1, arr2)

https://github.com/anyscale/academy/blob/cb8938d6a3e3ee4f168d8ef4215fa9905bd3c1d3/ray-crash-course/01-Ray-Tasks.ipynb?short_path=644eedc#L286-L287