Group Abstract Group Abstract

Message Boards Message Boards

1
|
9.4K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Fix graphics from Demo "Isotope Browser" (no graphics output)

POSTED BY: David Wood
2 Replies

I'm stunned by how quickly you identified and fixed the problem.
I urge you to submit your revisions to those who maintain the Wolfram Demos.

I cannot thank you enough!--DMW

POSTED BY: David Wood

It looks like there have been changes to a couple of the outputs from IsotopeData since this demonstration was written. First is that various properties like "DaughterNuclides" now return entities instead of strings,

enter image description here

Previously that would have returned {"Bismuth210", "Mercury206"}. So many of the auxilliary functions used in this demonstration are defined like DaughterNuclides[ name_String] := ... and just don't fire with the updated function.

The other issue I found is that properties like "HalfLife" that used to return just a number, now return Quantity objects. Use QuantityMagnitude where these properties are queried.

I tested the notebook I'm attaching in version 11.3 and it seems to work.

enter image description here

Attachments:
POSTED BY: Jason Biggs
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard