Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
e5afb727
Commit
e5afb727
authored
Mar 31, 2021
by
Philipp Arras
Browse files
Cosmetics
parent
1db37c41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pointwise.py
View file @
e5afb727
...
...
@@ -11,7 +11,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Copyright(C) 2020 Max-Planck-Society
# Copyright(C) 2020
-2021
Max-Planck-Society
# Author: Martin Reinecke
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
...
...
@@ -124,7 +124,7 @@ def exponentiate(v, base):
def
_exponentiate_helper
(
v
,
base
):
tmp
=
np
.
power
(
base
,
v
)
return
(
tmp
,
np
.
log
(
base
)
*
tmp
)
return
(
tmp
,
np
.
log
(
base
)
*
tmp
)
ptw_dict
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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