Skip to content

Commit fd7e4c6

Browse files
committed
test cleanup
1 parent 35e98a9 commit fd7e4c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/answer-modes/1-binary-detectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Binary classification detectors are used to answer yes/no questions about images
44

55
In order to create a binary classification detector, you need to provide a query that asks a yes/no question. For example, "Is there an eagle visible?" or "Is the door fully closed?".
66

7-
```python
7+
```python notest
88
from groundlight import Groundlight
99
gl = Groundlight()
1010

docs/docs/answer-modes/2-multi-choice-detectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
If you want to classify images into multiple categories, you can create a multi-class detector.
44

5-
```python
5+
```python notest
66
from groundlight import ExperimentalApi
77
gl_exp = ExperimentalApi()
88

docs/docs/answer-modes/3-counting-detectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Counting detectors are used to count the number of objects in an image. Groundlight's counting detectors also return bounding boxes around the objects they count.
44

5-
```python
5+
```python notest
66
from groundlight import ExperimentalApi
77
gl_exp = ExperimentalApi()
88

0 commit comments

Comments
 (0)