whitead / dmol-book

Deep learning for molecules and materials book
https://dmol.pub
Other
606 stars 120 forks source link

Issue on page /dl/xai.html #232

Open RaulPPelaez opened 1 year ago

RaulPPelaez commented 1 year ago

This jupyter cell:

exps = exmol.cf_explain(space, 2)
exps[1]

just shows an error in the current online version here https://dmol.pub/dl/xai.html

RaulPPelaez commented 1 year ago

I believe the author intended to write exps[0], not 1