Is your feature request related to a problem? Please describe.
Example code is not tested automatically. It can fall out of date without anyone noticing, or it might not run out of the box.
Describe the solution you'd like
During CI, add an example-test that at least makes sure that the examples and demos execute.
Additional context
In #571, a demo does run without manual intervention.
In #559, @MicahGale suggests adding doctest, which is relevant.
Is your feature request related to a problem? Please describe. Example code is not tested automatically. It can fall out of date without anyone noticing, or it might not run out of the box.
Describe the solution you'd like During CI, add an
example-test
that at least makes sure that the examples and demos execute.Additional context In #571, a demo does run without manual intervention.
In #559, @MicahGale suggests adding
doctest
, which is relevant.