Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package reference problem in version 0.3.1 #41

Open
robustcircuit opened this issue Dec 2, 2024 · 2 comments
Open

Package reference problem in version 0.3.1 #41

robustcircuit opened this issue Dec 2, 2024 · 2 comments

Comments

@robustcircuit
Copy link

Hey, I was trying to run the examples for tomorrow's session and for some reason on my machine, the Bonsai.config file of BonsaiML version 0.3.1 was referencing assemblies as 0.3.0. This leads to an error when running Setup.ps1 on any of the examples (at least those I tried).

It works with the following updated references

    <AssemblyLocation assemblyName="Bonsai.ML" processorArchitecture="MSIL" location="Packages/Bonsai.ML.0.3.1/lib/net472/Bonsai.ML.dll" />
    <AssemblyLocation assemblyName="Bonsai.ML.Data" processorArchitecture="MSIL" location="Packages/Bonsai.ML.Data.0.3.1/lib/net472/Bonsai.ML.Data.dll" />
    <AssemblyLocation assemblyName="Bonsai.ML.Design" processorArchitecture="MSIL" location="Packages/Bonsai.ML.Design.0.3.1/lib/net472/Bonsai.ML.Design.dll" />
    <AssemblyLocation assemblyName="Bonsai.ML.LinearDynamicalSystems" processorArchitecture="MSIL" location="Packages/Bonsai.ML.LinearDynamicalSystems.0.3.1/lib/net472/Bonsai.ML.LinearDynamicalSystems.dll" />
    <AssemblyLocation assemblyName="Bonsai.ML.LinearDynamicalSystems.Design" processorArchitecture="MSIL" location="Packages/Bonsai.ML.LinearDynamicalSystems.Design.0.3.1/lib/net472/Bonsai.ML.LinearDynamicalSystems.Design.dll" />
    <AssemblyLocation assemblyName="Bonsai.ML.Python" processorArchitecture="MSIL" location="Packages/Bonsai.ML.Python.0.3.1/lib/net472/Bonsai.ML.Python.dll" />

Romain

@robustcircuit
Copy link
Author

I managed to get 0.3.0 or 0.3.1, but the examples seem to share similar issues. The HMM ones return with the following errors after warmup.
image

@ncguilbeault
Copy link
Collaborator

@robustcircuit the issue with package versions being mismatched should be fixed in the next version. I'm not sure what the issue is for the error about leading zeros. Can you check what is the output of Observation leading to this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants