Detail

TestLIGO

ryan_globusid/TestLIGO
Copy
Ryan Chard

A function to test LIGO models.

Python static method
general test

Input

input pathname
Type: string

Output

Output
Type: float

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('ryan_globusid/TestLIGO', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('ryan_globusid/TestLIGO')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation