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

Multiple loops for different modes #2

Open
Coppelian opened this issue Jun 17, 2024 · 1 comment
Open

Multiple loops for different modes #2

Coppelian opened this issue Jun 17, 2024 · 1 comment

Comments

@Coppelian
Copy link

Hi Cigar Developers,

My issue:
Regarding the debugging in different modes, I have such questions.
In the Cigar project, it seems that in both analysis.py and cigar.py, there are both loops for modes.
In analysis.py, line 46, and cigar.py, line 32, there are two loops that exist for fixing.
Is it possible that you could help me clarify the purpose of setting up multiple loops here? Thank you.

Links to the file:
analysis.py
cigar.py

Many thanks.

@khaes-kth
Copy link
Contributor

Hi @Coppelian

Sorry for missing this issue. I hope you have found the answer already.

The loop in analysis.py goes through the modes to call Capr with various modes. But analysis.py does not call CigaR with a specific mode. Therefore, there is another loop in cigar.py to run the tool for each specific modes. This should be fixed as one loop in analysis.py is enough. So, I'm reopenning this issue to be addressed later.

@khaes-kth khaes-kth reopened this Sep 13, 2024
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