Exemple #1
0
def load_default_data(app):
    with app.app_context():
        to_load = [x["hepdata_id"] for x in identifiers()]
        load_files(to_load, synchronous=True)
Exemple #2
0
def load_default_data(app):
    with app.app_context():
        to_load = [x["hepdata_id"] for x in identifiers()]
        load_files(to_load, synchronous=True)
Exemple #3
0
def test_identifiers(app):
    return identifiers()
Exemple #4
0
def test_identifiers(app):
    return identifiers()