GeraultTr / Root_BRIDGES

0 stars 1 forks source link

Error in test_init #2

Closed pradal closed 3 months ago

pradal commented 3 months ago

After installation I solved two errors:

Now the error is

test_init.py:6: in <module>
    test_init()
test_init.py:4: in test_init
    model = Model(time_step=3600)
../root_bridges/root_bridges.py:46: in __init__
    parameters = scenario["parameters"]["root_bridges"]
E   KeyError: 'parameters'

I want to have everything working before benchmarking...

GeraultTr commented 3 months ago