Skip to content

Fix dtype bug, enable overwrite

Ida requested to merge idahj/atomap_demos:FixDemoBug into release

In the basic example, the dtype for the signal was such that the signal was not shown in the plot. With dtype set to 'float64' the problem was fixed and the signals were visible when s.plot() as called. Overwrite of saved signals were also enabled.

Merge request reports