-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello everyone
I am trying to run act_dr6_lenslike in cobaya but im getting the following error :
`[0 : output] Output to be read-from/written-into folder 'CEDEplanckactdesi', with prefix 'CEDEplanckactdesi'
[0 : input] ERROR 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
[2 : input] ERROR 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
[3 : input] ERROR 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
[1 : input] ERROR 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
[2 : exception handler] ---------------------------------------
Traceback (most recent call last):
File "/home/pdat2/.local/bin/cobaya-run", line 8, in
sys.exit(run_script())
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 198, in run_script
run(info, **arguments.dict)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 97, in run
updated_info = update_info(info)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 320, in update_info
default_class_info, annotations = get_default_info(
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 240, in get_default_info
cls = get_component_class(component_or_class, kind, component_path, class_name,
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/component.py", line 708, in get_component_class
raise ComponentNotFoundError(logger, _not_found_msg + add_msg, level=not_found_level)
cobaya.component.ComponentNotFoundError: 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
[3 : exception handler] ---------------------------------------
Traceback (most recent call last):
File "/home/pdat2/.local/bin/cobaya-run", line 8, in
sys.exit(run_script())
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 198, in run_script
run(info, **arguments.dict)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 97, in run
updated_info = update_info(info)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 320, in update_info
default_class_info, annotations = get_default_info(
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 240, in get_default_info
cls = get_component_class(component_or_class, kind, component_path, class_name,
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/component.py", line 708, in get_component_class
raise ComponentNotFoundError(logger, _not_found_msg + add_msg, level=not_found_level)
cobaya.component.ComponentNotFoundError: 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
[1 : exception handler] ---------------------------------------
Traceback (most recent call last):
File "/home/pdat2/.local/bin/cobaya-run", line 8, in
sys.exit(run_script())
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 198, in run_script
run(info, **arguments.dict)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 97, in run
updated_info = update_info(info)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 320, in update_info
default_class_info, annotations = get_default_info(
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 240, in get_default_info
cls = get_component_class(component_or_class, kind, component_path, class_name,
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/component.py", line 708, in get_component_class
raise ComponentNotFoundError(logger, _not_found_msg + add_msg, level=not_found_level)
cobaya.component.ComponentNotFoundError: 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
[0 : exception handler] ---------------------------------------
Traceback (most recent call last):
File "/home/pdat2/.local/bin/cobaya-run", line 8, in
sys.exit(run_script())
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 198, in run_script
run(info, **arguments.dict)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/run.py", line 97, in run
updated_info = update_info(info)
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 320, in update_info
default_class_info, annotations = get_default_info(
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/input.py", line 240, in get_default_info
cls = get_component_class(component_or_class, kind, component_path, class_name,
File "/home/pdat2/.local/lib/python3.10/site-packages/cobaya/component.py", line 708, in get_component_class
raise ComponentNotFoundError(logger, _not_found_msg + add_msg, level=not_found_level)
cobaya.component.ComponentNotFoundError: 'act_dr6_lenslike.ACTDR6LensLike' could not be found. Tried loading internal and external classes. No component path was given.
prterun detected that one or more processes exited with non-zero status,
thus causing the job to be terminated. The first process to do so was:
Process name: [prterun-pdat2-B460MDS3HV2-10161@1,3] Exit code: 1
`
Thank a lot for any help