<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:36:16 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[PIPE1D-75] pfsZCandidates should always have 10 HDUs</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE1D-75</link>
                <project id="10700" key="PIPE1D">DRP 1D pipeline</project>
                    <description></description>
                <environment></environment>
        <key id="24058">PIPE1D-75</key>
            <summary>pfsZCandidates should always have 10 HDUs</summary>
                <type id="1" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10503&amp;avatarType=issuetype">Bug</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="ali.allaoui">Ali Allaoui</assignee>
                                    <reporter username="ali.allaoui">Ali Allaoui</reporter>
                        <labels>
                    </labels>
                <created>Wed, 11 Oct 2023 09:01:23 +0000</created>
                <updated>Wed, 24 Jan 2024 20:19:33 +0000</updated>
                            <resolved>Wed, 24 Jan 2024 20:19:33 +0000</resolved>
                                                                    <component>drp_1dpipe</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="36550" author="kiyoto.yabe" created="Fri, 5 Jan 2024 17:44:37 +0000"  >&lt;p&gt;I&apos;m now testing version 0.46.0. In the validation test, I got the following error:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-python&quot;&gt;
Running drp_1dpipe 0.46.0
Traceback (most recent call last):
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/ParametersChecker.py&quot;&lt;/span&gt;, line 73, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; json_schema_check
    validate(instance=&lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.accessor.parameters, schema=&lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.jsonSchema, resolver=resolver)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/jsonschema/validators.py&quot;&lt;/span&gt;, line 934, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; validate
    &lt;span class=&quot;code-keyword&quot;&gt;raise&lt;/span&gt; error
jsonschema.exceptions.ValidationError: &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; schema does &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; allow 3900Failed validating &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;None&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; schema[&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;][&lt;span class=&quot;code-quote&quot;&gt;&apos;lambdarange&apos;&lt;/span&gt;]:
    FalseOn instance[&lt;span class=&quot;code-quote&quot;&gt;&apos;lambdarange&apos;&lt;/span&gt;][0]:
    3900During handling of the above exception, another exception occurred:Traceback (most recent call last):
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/&lt;span class=&quot;code-object&quot;&gt;bin&lt;/span&gt;/process_spectra&quot;&lt;/span&gt;, line 8, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; &amp;lt;module&amp;gt;
    sys.&lt;span class=&quot;code-object&quot;&gt;exit&lt;/span&gt;(main())
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 269, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; main
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; main_method(config)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 243, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; main_method
    amazed(config)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 155, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; amazed
    context, user_parameters = _setup_pass(config)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 136, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; _setup_pass
    context = Context(&lt;span class=&quot;code-object&quot;&gt;vars&lt;/span&gt;(config), Parameters(params))
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/Parameters.py&quot;&lt;/span&gt;, line 54, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; __init__
    Checker(accessor).check()
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/ParametersChecker.py&quot;&lt;/span&gt;, line 61, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; check
    &lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.json_schema_check()
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/ParametersChecker.py&quot;&lt;/span&gt;, line 75, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; json_schema_check
    &lt;span class=&quot;code-keyword&quot;&gt;raise&lt;/span&gt; APIException(
pylibamazed.&lt;span class=&quot;code-object&quot;&gt;Exception&lt;/span&gt;.APIException: INVALID_PARAMETER_FILE:&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; schema does &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; allow 3900
Traceback (most recent call last):
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/ParametersChecker.py&quot;&lt;/span&gt;, line 73, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; json_schema_check
    validate(instance=&lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.accessor.parameters, schema=&lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.jsonSchema, resolver=resolver)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/jsonschema/validators.py&quot;&lt;/span&gt;, line 934, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; validate
    &lt;span class=&quot;code-keyword&quot;&gt;raise&lt;/span&gt; error
jsonschema.exceptions.ValidationError: &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; schema does &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; allow 3900Failed validating &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;None&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; schema[&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;][&lt;span class=&quot;code-quote&quot;&gt;&apos;lambdarange&apos;&lt;/span&gt;]:
    FalseOn instance[&lt;span class=&quot;code-quote&quot;&gt;&apos;lambdarange&apos;&lt;/span&gt;][0]:
    3900

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/&lt;span class=&quot;code-object&quot;&gt;bin&lt;/span&gt;/process_spectra&quot;&lt;/span&gt;, line 8, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; &amp;lt;module&amp;gt;
    sys.&lt;span class=&quot;code-object&quot;&gt;exit&lt;/span&gt;(main())
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 269, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; main
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; main_method(config)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 243, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; main_method
    amazed(config)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 155, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; amazed
    context, user_parameters = _setup_pass(config)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/process_spectra/process_spectra.py&quot;&lt;/span&gt;, line 136, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; _setup_pass
    context = Context(&lt;span class=&quot;code-object&quot;&gt;vars&lt;/span&gt;(config), Parameters(params))
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/Parameters.py&quot;&lt;/span&gt;, line 54, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; __init__
    Checker(accessor).check()
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/ParametersChecker.py&quot;&lt;/span&gt;, line 61, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; check
    &lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.json_schema_check()
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/pylibamazed/ParametersChecker.py&quot;&lt;/span&gt;, line 75, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; json_schema_check
    &lt;span class=&quot;code-keyword&quot;&gt;raise&lt;/span&gt; APIException(
pylibamazed.&lt;span class=&quot;code-object&quot;&gt;Exception&lt;/span&gt;.APIException: INVALID_PARAMETER_FILE:&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; schema does &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; allow 3900
Traceback (most recent call last):
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/&lt;span class=&quot;code-object&quot;&gt;bin&lt;/span&gt;/merge_results&quot;&lt;/span&gt;, line 8, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; &amp;lt;module&amp;gt;
    sys.&lt;span class=&quot;code-object&quot;&gt;exit&lt;/span&gt;(main())
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/merge_results/merge_results.py&quot;&lt;/span&gt;, line 98, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; main
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; main_method(config)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/pfs/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/drp_1dpipe/merge_results/merge_results.py&quot;&lt;/span&gt;, line 71, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; main_method
    &lt;span class=&quot;code-keyword&quot;&gt;raise&lt;/span&gt; FileNotFoundError(&lt;span class=&quot;code-quote&quot;&gt;&quot;Bunch data directory &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; found : {}&quot;&lt;/span&gt;.&lt;span class=&quot;code-object&quot;&gt;format&lt;/span&gt;(bunch_data_dir))
FileNotFoundError: Bunch data directory &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; found : /simdata/proc-spt/drp/pipe_e2e/regular_processing_new/src/validation_1dpipe/datapack_0.46.0/test_output/B0/data
&lt;span class=&quot;code-quote&quot;&gt;&apos;test_output/data/pfsZcandidates-00005-00000-0,0-000000000000067d-002-0x2324f2caaa6c5d9d.fits&apos;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;is&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; an existing &lt;span class=&quot;code-object&quot;&gt;file&lt;/span&gt;, directory, &lt;span class=&quot;code-keyword&quot;&gt;or&lt;/span&gt; wildcard pattern; see `fitsdiff --&lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;` &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more usage &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;.
&lt;span class=&quot;code-quote&quot;&gt;&apos;test_output/data/pfsZcandidates-00005-00000-0,0-0000000000000bc8-002-0x2324f2caaa6c5d9d.fits&apos;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;is&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; an existing &lt;span class=&quot;code-object&quot;&gt;file&lt;/span&gt;, directory, &lt;span class=&quot;code-keyword&quot;&gt;or&lt;/span&gt; wildcard pattern; see `fitsdiff --&lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;` &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more usage &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;.
&lt;span class=&quot;code-quote&quot;&gt;&apos;test_output/data/pfsZcandidates-00006-00000-0,0-0000000000021368-002-0x11fcdfd13c364618.fits&apos;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;is&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; an existing &lt;span class=&quot;code-object&quot;&gt;file&lt;/span&gt;, directory, &lt;span class=&quot;code-keyword&quot;&gt;or&lt;/span&gt; wildcard pattern; see `fitsdiff --&lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;` &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more usage &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;.
&lt;span class=&quot;code-quote&quot;&gt;&apos;test_output/data/pfsZcandidates-00006-00000-0,0-000000000002368c-002-0x11fcdfd13c364618.fits&apos;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;is&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; an existing &lt;span class=&quot;code-object&quot;&gt;file&lt;/span&gt;, directory, &lt;span class=&quot;code-keyword&quot;&gt;or&lt;/span&gt; wildcard pattern; see `fitsdiff --&lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;` &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more usage &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;.
&lt;span class=&quot;code-quote&quot;&gt;&apos;test_output/data/pfsZcandidates-00006-00000-0,0-00000000001e8525-002-0x11fcdfd13c364618.fits&apos;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;is&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; an existing &lt;span class=&quot;code-object&quot;&gt;file&lt;/span&gt;, directory, &lt;span class=&quot;code-keyword&quot;&gt;or&lt;/span&gt; wildcard pattern; see `fitsdiff --&lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;` &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more usage &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;.
&lt;span class=&quot;code-quote&quot;&gt;&apos;test_output/data/pfsZcandidates-00006-00000-0,0-00000000001e8527-002-0x11fcdfd13c364618.fits&apos;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;is&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;not&lt;/span&gt; an existing &lt;span class=&quot;code-object&quot;&gt;file&lt;/span&gt;, directory, &lt;span class=&quot;code-keyword&quot;&gt;or&lt;/span&gt; wildcard pattern; see `fitsdiff --&lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;` &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more usage &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;.
Validation successful&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="36572" author="ali.allaoui" created="Wed, 10 Jan 2024 10:21:49 +0000"  >&lt;p&gt;It seems to be a problem with jsonschema python library, can you send the result of&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt; pip list&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="36573" author="kiyoto.yabe" created="Wed, 10 Jan 2024 16:54:55 +0000"  >&lt;p&gt;Attached.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/16998/16998_pip-list.txt&quot; title=&quot;pip-list.txt attached to PIPE1D-75&quot;&gt;pip-list.txt&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="36715" author="kiyoto.yabe" created="Thu, 18 Jan 2024 19:24:49 +0000"  >&lt;p&gt;Validation test done with the new datapack_0.46.0.1. The test failed (see attached report) but it looks like the usual small numerical difference. Installation is successful and pipeline is working, so can we leave it for now or is the difference critical?&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/17039/17039_valid_report.txt&quot; title=&quot;valid_report.txt attached to PIPE1D-75&quot;&gt;valid_report.txt&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="36721" author="vlebrun" created="Fri, 19 Jan 2024 10:12:14 +0000"  >&lt;p&gt;I confirm the difference is not significant, good news&lt;/p&gt;</comment>
                            <comment id="36774" author="ali.allaoui" created="Wed, 24 Jan 2024 15:53:33 +0000"  >&lt;p&gt;tickets/&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE1D-75&quot; title=&quot;pfsZCandidates should always have 10 HDUs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE1D-75&quot;&gt;&lt;del&gt;PIPE1D-75&lt;/del&gt;&lt;/a&gt; is merged into master, with tag 0.46.0, we can consider 0.46.0&#160; released&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="16998" name="pip-list.txt" size="13794" author="kiyoto.yabe" created="Wed, 10 Jan 2024 16:54:37 +0000"/>
                            <attachment id="17039" name="valid_report.txt" size="3592" author="kiyoto.yabe" created="Thu, 18 Jan 2024 19:20:34 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zzszxr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>kiyoto.yabe</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>