Skip to content

Commit

Permalink
Changes for 2.0.1, part 1. (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus authored Jan 27, 2023
1 parent ae4aba2 commit f8f5adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"chemicals>=1.0.0",
"rdkit>=2022.3",
"yadg>=4.1",
"dgbowl-schemas>=106",
"dgbowl-schemas>=106<=111",
"matplotlib>=3.5.0",
"requests",
],
Expand Down
4 changes: 2 additions & 2 deletions src/dgpost/transform/reflection.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def prune_cutoff(
A frequency used to select the point around which to prune. By default, pruning
is performed around the highest peak in :math:`\\text{log}|\\Gamma|`. When set,
pruning will be perfomed around any maximum in :math:`\\text{log}|\\Gamma|` that
exists within 10\% of the trace size on either side of the selected point. This
exists within 10% of the trace size on either side of the selected point. This
means that for a trace size of 20001 points, 2000 points below and 2000 points
above the point corresponding to the selected frequency will be used to find a
local maximum.
Expand Down Expand Up @@ -174,7 +174,7 @@ def prune_gradient(
A frequency used to select around which peak to prune. By default, pruning
is performed around the highest peak in :math:`\\text{log}|\\Gamma|`. When set,
pruning will be perfomed around any maximum in :math:`\\text{log}|\\Gamma|` that
exists within 10\% of the trace size on either side of the selected point. This
exists within 10% of the trace size on either side of the selected point. This
means that for a trace size of 20001 points, 2000 points below and 2000 points
above the point corresponding to the selected frequency will be used to find a
local maximum.
Expand Down

0 comments on commit f8f5adf

Please sign in to comment.