Errata

Elegant SciPy

Errata for Elegant SciPy

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 18
Figure 1-7 caption

Figure 1-7. Boxplot of gene expression
should be
Figure 1-7. Dotplot of gene expression

Ryoko  Aug 31, 2018 
Printed Page 18
code line below Figure 1-7

# Bar plot of expression counts by individual
should be
# Box plot of expression counts by individual

Ryoko  Aug 31, 2018 
Printed Page 44
line 9

It seems some words are missing after "The".

Ryoko  Aug 31, 2018 
Printed Page 127
the sentence above the equation

the matrix will have a value of 3 at position (1, 1).
should be
the matrix will have a value of 4 at position (1, 1).

Ryoko  Aug 31, 2018 
Printed Page 142
the sentence above the equation

(which could have more than two possible values)
should be
(which could have more than one possible values)

Ryoko  Aug 31, 2018 
Printed Page 201
lines 15, 21, 22

The “precision=3” parameter in np.set_printoptions in line 15 does not appear to be working as intended. It is meant to limit the output to 3 significant digits but the actual output in lines 21 and 22 display 10 significants digits:

Batch result: -48.2409194561
Stream result: -48.2409194561

Ryoko  Aug 31, 2018 
Printed Page 207
207

The code for counting k-mers is incorrect. ( as it doesnt work when run.

Anonymous  Oct 14, 2019