Skip to content

Commit

Permalink
Tidy up getLowestElementJacobianForGroup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Feb 10, 2025
1 parent 6f99915 commit cab3318
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scaffoldfitter/fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,7 @@ def getLowestElementJacobianForGroup(self, group_name):
"""
group = self._fieldmodule.findFieldByName(group_name).castGroup()
if group.isValid():
result = self.getLowestElementJacobian(group)
return result
return self.getLowestElementJacobian(group)

return None, None

Expand Down

0 comments on commit cab3318

Please sign in to comment.