Skip to content

Commit

Permalink
Merge pull request #42 from ubermag/lang-m-patch-1
Browse files Browse the repository at this point in the history
Skip doctest for ipywidget
  • Loading branch information
lang-m committed Oct 18, 2022
2 parents 1e76889 + 23ed70d commit a5a206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubermagtable/interact.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def interact(**kwargs):
>>> odtfile = os.path.join(dirname, 'oommf-old-file1.odt')
...
>>> table = ut.Table.fromfile(odtfile, x='t')
>>> @ut.interact(xlim=table.slider())
>>> @ut.interact(xlim=table.slider()) # doctest: +SKIP
... def myplot(xlim):
... field.mpl(xlim=xlim)
interactive(...)
Expand Down

0 comments on commit a5a206d

Please sign in to comment.