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

bulkTopologicalCriterion analysis failing #4

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

bulkTopologicalCriterion analysis failing #4

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

Comments

@RuhiRG
Copy link
Member

RuhiRG commented Aug 9, 2023

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

Refer the commit 817b2ca for the bulktopoC.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 bulktopoC.py
@RuhiRG RuhiRG added bug Something isn't working help wanted Extra attention is needed labels Aug 9, 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