Skip to content

Ask for jr_model.run() in multimodel #268

@00zm720

Description

@00zm720

Hello, I encountered two issues while debugging your team's neurolib routine example - 4 - multimodel - intro.ipynb:

At Neurolib\neurolib - master\neurolib - master\neurolib\models\multimodel\builder\base\backend.py:378, there is a UserWarning: "Your input past does not begin at t = 0 but at t = 1.0. Values before the beginning of the past will be extrapolated. You very likely do not want this." Although this warning does not stop the program from running, its impact is unknown.
At Neurolib\neurolib - master\neurolib - master\neurolib\models\multimodel\builder\base\backend.py:290, there is an IndexError: tuple index out of range for compiled_code.co_consts[-3]. It seems that the reason for this error is that compiled_code.co_consts = {tuple: 2}.
My environment is Python 3.12, and I hope you can help me solve these problems!

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions