Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ltg
/
ssa-perin
like
2
Runtime error
App
Files
Files
Community
1
37d1022
ssa-perin
/
mtool
/
validate
/
sdp.py
larkkin
Add application code and models, update README
8044721
11 months ago
raw
Copy download link
history
blame
Safe
147 Bytes
import
sys;
from
graph
import
Graph;
from
validate.utilities
import
report;
def
test
(
graph, actions, stream = sys.stderr
):
n =
0
;
return
n;