-
-
Notifications
You must be signed in to change notification settings - Fork 353
Description
Here are some code issues in the book:
-
Chapter 5 & 6: The book only has 1 thread when the book renders. Thus, the examples about speed, race conditions, quasi-random ordering, etc., don't work. This makes it confusing when looking at the code output in the book (and the text around it doesn't match the observed output from the code).
-
Chapter 6: When using CUDA, it gives the error "ERROR: The following 1 direct dependency failed to precompile: CUDA" in the book.
-
Chapter 17: When generating Sobol sequence it gives the error "ERROR: invalid redefinition of constant Main.s".
-
Chapter 19: When using IntervalArithmetic the book says "or using the shorthand 0.1..0.2" which returns "ERROR: UndefVarError:
..
not defined inMain
" (and later also when calling h(3..4)).