Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
  • Loading branch information
jhdark and jorgensd authored Feb 21, 2025
1 parent f4f86d6 commit c712c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/festim/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def as_mapped_function(
The mapped function
"""

# Extract the input variable names in the callable function `value`
arguments = value.__code__.co_varnames

kwargs = {}
Expand Down Expand Up @@ -135,7 +136,6 @@ class Value:
fenics_object: fem.Function | fem.Constant | ufl.core.expr.Expr

def __init__(self, input_value):
(self,)
self.input_value = input_value

self.ufl_expression = None
Expand Down

0 comments on commit c712c0e

Please # to comment.