<div dir="ltr">Hi all,<br><br>I downloaded the example script of light cone projectoin(<a href="http://yt-project.org/doc/cookbook/cosmological_analysis.html#light-cone-projection">http://yt-project.org/doc/cookbook/cosmological_analysis.html#light-cone-projection</a>) to my laptop and changed the Enzo simulation parameter file and redshifts. But when I ran it the following error occurred:<br>
<br>  File "light_cone_projection.py", line 19, in <module><br>    find_outputs=False)<br>  File "/Users/madcpf/Documents/dev_yt/src/yt-hg/yt/analysis_modules/cosmological_observation/light_cone/light_cone.py", line 158, in __init__<br>
    find_outputs=find_outputs)<br>  File "/Users/madcpf/Documents/dev_yt/src/yt-hg/yt/analysis_modules/cosmological_observation/cosmology_splice.py", line 44, in __init__<br>    find_outputs=find_outputs)<br>  File "/Users/madcpf/Documents/dev_yt/src/yt-hg/yt/convenience.py", line 131, in simulation<br>
    find_outputs=find_outputs)<br>  File "/Users/madcpf/Documents/dev_yt/src/yt-hg/yt/frontends/enzo/simulation_handling.py", line 81, in __init__<br>    find_outputs=find_outputs)<br>  File "/Users/madcpf/Documents/dev_yt/src/yt-hg/yt/data_objects/time_series.py", line 343, in __init__<br>
    self._parse_parameter_file()<br>  File "/Users/madcpf/Documents/dev_yt/src/yt-hg/yt/frontends/enzo/simulation_handling.py", line 273, in _parse_parameter_file<br>    param, vals = (i.strip() for i in line.split("="))<br>
ValueError: need more than 1 value to unpack<br><br>Does the parameters "near_redshift" and "far_redshift" in LightCone need to be the same with "CosmologyFinalRedshift" and "CosmologyInitialRedshift" in enzo parameter file?<br>
Does anyone know how to solve this?<br><br>Thank you all!<br><br>Pengfei<br></div>