Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ltg
/
ssa-perin
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
ssa-perin
/
mtool
/
validate
/
amr.py
larkkin
Add application code and models, update README
8044721
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
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;