Skip to content

schemalist

schemalist

Module to get all exp schemas

Classes

Functions

get_all_schemas

get_all_schemas()

Returns a list of all exp schemas

Source code in niceml/experiments/schemas/schemalist.py
7
8
9
def get_all_schemas():
    """Returns a list of all exp schemas"""
    return [BaseExperimentSchema, NumRegExpSchema, ObjDetExpSchema]