Skip to content

Commit 1804728

Browse files
committed
Remove README note about example CI behavior
Delete the paragraph describing examples' `main(smoke=False, show=True)` signature and CI executing examples in smoke mode. The note was outdated or redundant and has been removed to tidy the README.
1 parent efe52e8 commit 1804728

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ pip install -e .[tf]
3333
python examples/deepwalk_wiki.py
3434
```
3535

36-
Each example now exposes `main(smoke=False, show=True)`. CI executes all `examples/*.py` in smoke mode (`smoke=True`, `show=False`) to keep runtime short while still validating the training/import paths.
37-
3836
## DisscussionGroup & Related Projects
3937

4038
<html>

0 commit comments

Comments
 (0)