<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:59:25 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>[PIPE2D-892] Fix misshapen array in fluxCalibrate</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-892</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;The weekly failed:&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-java&quot;&gt;
+ fluxCalibrate.py /scratch/pprice/jenkins/weekly/2021-09-05/process --calib=/scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB --rerun=weekly/pipeline/brn/pipeline --doraise -j10 --id &lt;span class=&quot;code-quote&quot;&gt;&apos;visit=47^48^49^53^54^57&apos;&lt;/span&gt;
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/registry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
root INFO: Running: /scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2021.36/bin/fluxCalibrate.py /scratch/pprice/jenkins/weekly/2021-09-05/process --calib=/scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB --rerun=weekly/pipeline/brn/pipeline --doraise -j10 --id visit=47^48^49^53^54^57
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/registry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/registry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/registry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/registry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/registry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/registry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-09-05/process/CALIB/calibRegistry.sqlite3
multiprocessing.pool.RemoteTraceback: 
&quot;&quot;&quot;
Traceback (most recent call last):
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/python/miniconda3-4.5.12/envs/lsst-scipipe-1172c30/lib/python3.7/multiprocessing/pool.py&quot;&lt;/span&gt;, line 121, in worker
   result = (True, func(*args, **kwds))
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/python/miniconda3-4.5.12/envs/lsst-scipipe-1172c30/lib/python3.7/multiprocessing/pool.py&quot;&lt;/span&gt;, line 44, in mapstar
   &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; list(map(*args))
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/pipe_base/18.1.0/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 385, in __call__
   result = self.runTask(task, dataRef, kwargs)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/pipe_base/18.1.0/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 447, in runTask
   &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; task.runDataRef(dataRef, **kwargs)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2021.36/python/pfs/drp/stella/fluxCalibrate.py&quot;&lt;/span&gt;, line 127, in runDataRef
   self.calculateCalibrations(mergedFluxCal, references)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2021.36/python/pfs/drp/stella/fluxCalibrate.py&quot;&lt;/span&gt;, line 200, in calculateCalibrations
   merged.covar[0] += self.config.sysErr*merged.flux  # add systematic error
ValueError: operands could not be broadcast together with shapes (3,11376) (60,11376) (3,11376) 
&quot;&quot;&quot;

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2021.36/bin/fluxCalibrate.py&quot;&lt;/span&gt;, line 3, in &amp;lt;module&amp;gt;
   FluxCalibrateTask.parseAndRun()
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/pipe_base/18.1.0/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 603, in parseAndRun
   resultList = taskRunner.run(parsedCmd)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/pipe_base/18.1.0/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 221, in run
   resultList = list(mapFunc(self, targetList))
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/stack/miniconda3-4.5.12-1172c30/Linux64/pipe_base/18.1.0/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 45, in _runPool
   &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; pool.map_async(function, iterable).get(timeout)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2021-09-05/build/python/miniconda3-4.5.12/envs/lsst-scipipe-1172c30/lib/python3.7/multiprocessing/pool.py&quot;&lt;/span&gt;, line 657, in get
   raise self._value
ValueError: operands could not be broadcast together with shapes (3,11376) (60,11376) (3,11376) 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="17020">PIPE2D-892</key>
            <summary>Fix misshapen array in fluxCalibrate</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</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="price">price</assignee>
                                    <reporter username="price">price</reporter>
                        <labels>
                    </labels>
                <created>Tue, 7 Sep 2021 14:52:24 +0000</created>
                <updated>Tue, 7 Sep 2021 15:35:19 +0000</updated>
                            <resolved>Tue, 7 Sep 2021 15:35:19 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="21908" author="price" created="Tue, 7 Sep 2021 15:07:39 +0000"  >&lt;p&gt;Simple fix.&lt;/p&gt;</comment>
                            <comment id="21909" author="hassan" created="Tue, 7 Sep 2021 15:32:36 +0000"  >&lt;p&gt;No comments to &lt;a href=&quot;https://github.com/Subaru-PFS/drp_stella/pull/216&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/drp_stella/pull/216&lt;/a&gt; . Change looks fine.&lt;/p&gt;</comment>
                            <comment id="21910" author="price" created="Tue, 7 Sep 2021 15:35:19 +0000"  >&lt;p&gt;Merged.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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|zzs8z0:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="116">2DDRP-2021 A 8</customfieldvalue>

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