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

ALIAS.py list index out of range #1

Open
na3na3na opened this issue Apr 15, 2024 · 1 comment
Open

ALIAS.py list index out of range #1

na3na3na opened this issue Apr 15, 2024 · 1 comment

Comments

@na3na3na
Copy link

Hello,

Im running into index errrors when running alias_ls.

It was ran with the following command on a 256 core cpu:
./alias_ls ../test/ASG_72_keystream76_0.cnf -pcs=../test/first72vars.pcs -solver=genipainterval-picosat961

The error message is as follows
IndexError: list index out of range
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/usr/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, ** kwds))
File "/usr/lib/python3.8/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
File "ALIAS.py", line 497, in run)sampler
tmp[1]=int(tmp[1])
IndexError: list index out of range
"""

The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "ALIAS.py", line 753, in
ALIAS_estimate()
File "ALIAS.py", line 551, in ALIAS_estimate
files = multiprocess_run_sampler(big_sampling_dict)
File "ALIAS.py", line 506, in multiprocess_run_sampler
p_res = p.map(run_sampler,sampling_inputs)
File "/usr/lib/python3.8/multiprocessing/pool.py", line 364, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/usr/lib/python3.8/multiprocessing/pool.py", line 771, in get
raise self._value
IndexError: list index out of range

@veinamond
Copy link
Collaborator

Hello.
It has been a while since we last checked on the repository condition. We will try to fix the issue you outlined in the nearest future, time permitting.

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