Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James Dark <[email protected]>
  • Loading branch information
RemDelaporteMathurin and jhdark authored Oct 28, 2024
1 parent d31bcb8 commit fb46ab6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ def test_simple(self):
"""
my_derv_quant = DerivedQuantities([self.surface_flux_1])

for quantity in my_derv_quant:
quantity.function = f.Function(self.V)
my_derv_quant[0].function = f.Function(self.V)

header = my_derv_quant.make_header()

Expand Down

0 comments on commit fb46ab6

Please sign in to comment.