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

chillPlus analysis failing #5

Open
RuhiRG opened this issue Aug 16, 2023 · 0 comments
Open

chillPlus analysis failing #5

RuhiRG opened this issue Aug 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@RuhiRG
Copy link
Member

RuhiRG commented Aug 16, 2023

similar to the bulkTopologicalCriterion analysis failure, this chillPlus analysis is also failing

The input iceNeighbourList is defined as std::vectorstd::vector iceList in main.cpp file is compiling but throwing a runtime error.

Refer the commit for the chillPlus.py file.

here are the steps to recreate the error.

gh repo clone d-SEAMS/pyseams
micromamba env create -f environment.yml
micromamba activate pyseamsdev
mkdir bbdir
cd bbdir
meson setup bbdir
meson compile -C bbdir
meson install -C bbdir
cd ../
python chillPlus.py
@RuhiRG RuhiRG added bug Something isn't working help wanted Extra attention is needed labels Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants