Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
ea57b731
Commit
ea57b731
authored
Dec 12, 2019
by
Gagik Vardanyan
Browse files
release notes and formatting
parent
e53515f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Framework/API/src/Algorithm.cpp
View file @
ea57b731
...
...
@@ -1434,11 +1434,12 @@ bool Algorithm::processGroups() {
}
else
{
// This can happen when one has more than one input group
// workspaces, having different sizes. For example one workspace
// group is the corrections which has N parts (e.g. weights for polarized measurement)
// while the other one is the actual input workspace group, where each item needs to be
// corrected together with all N inputs of the second group. In this
// case processGroup needs to be overridden, which is currently not
// possible in python.
// group is the corrections which has N parts (e.g. weights for
// polarized measurement) while the other one is the actual input
// workspace group, where each item needs to be corrected together
// with all N inputs of the second group. In this case processGroup
// needs to be overridden, which is currently not possible in
// python.
throw
std
::
runtime_error
(
"Unable to process over groups; consider passing workspaces "
"one-by-one or override processGroup method of the algorithm."
);
...
...
Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ApplyPaalmanPingsCorrection.py
View file @
ea57b731
...
...
@@ -30,7 +30,6 @@ class ApplyPaalmanPingsCorrection(PythonAlgorithm):
_rebin_container_ws
=
False
_factors
=
[]
def
category
(
self
):
return
"Workflow
\\
MIDAS"
...
...
@@ -387,6 +386,5 @@ class ApplyPaalmanPingsCorrection(PythonAlgorithm):
ass
=
factor_workspaces
[
'ass'
]
return
(
sample_workspace
/
ass
)
-
(
container_workspace
/
acc
)
# Register algorithm with Mantid
AlgorithmFactory
.
subscribe
(
ApplyPaalmanPingsCorrection
)
docs/source/release/v4.3.0/indirect_geometry.rst
View file @
ea57b731
...
...
@@ -14,5 +14,6 @@ BugFixes
########
- The Abins file parser no longer fails to read data from non-periodic vibration calculations performed with CRYSTAL17.
- :ref:`ApplyPaalmanPings <algm-ApplyPaalmanPings>` will now run also for fixed window scan reduced data and will not crash on workspace groups.
:ref:`Release 4.3.0 <v4.3.0>`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment