This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
lightning
mirror of
https://github.com/Lightning-AI/lightning.git
Watch
1
Star
0
Fork
You've already forked lightning
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c196da309
lightning
/
tests
/
tests_examples_app
/
public
/
__init__.py
4 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
Better check for programmatic lightningignore (#16080) Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-16 09:49:17 +00:00
from
pathlib
import
Path
Tests/App: refactor examples - structure (#15770) * rename _examples dir * refactor * clean * path * add inits * skip * e2e * azure * e2e * rev * unify single depth for ignore docs req. * group
2022-11-22 19:04:29 +00:00
Better check for programmatic lightningignore (#16080) Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-16 09:49:17 +00:00
_PATH_EXAMPLES
=
Path
(
__file__
)
.
resolve
(
)
.
parents
[
3
]
/
"
examples
"