Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: tommbendall <[email protected]>
  • Loading branch information
JDBetteridge and tommbendall committed Oct 5, 2023
1 parent 23426f5 commit 73b2307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firedrake/fml/form_manipulation_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


__all__ = ["Label", "Term", "LabelledForm", "identity", "drop", "all_terms",
"keep", "subject", "name"]
"keep", "subject", "name_label"]

# ---------------------------------------------------------------------------- #
# Core routines for filtering terms
Expand Down Expand Up @@ -481,4 +481,4 @@ def update_value(self, target, new):
# ---------------------------------------------------------------------------- #

subject = Label("subject", validator=lambda value: type(value) == Function)
name = Label("name", validator=lambda value: type(value) == str)
name_label = Label("name", validator=lambda value: type(value) == str)

0 comments on commit 73b2307

Please sign in to comment.