We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd8cf9 commit 8d5ab4eCopy full SHA for 8d5ab4e
nibabel/batteryrunners.py
@@ -20,7 +20,7 @@
20
21
To run checks only, and return problem report objects:
22
23
->>> from nibabel.batteryrunners import BatteryRunner
+>>> from nibabel.batteryrunners import BatteryRunner, Report
24
>>> def chk(obj, fix=False): # minimal check
25
... return obj, Report()
26
>>> btrun = BatteryRunner((chk,))
0 commit comments