Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oelbert committed Apr 17, 2024
1 parent 81ddaa7 commit 2a9c534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/notebooks/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ def configure_domain(
quantity_factory = QuantityFactory.from_backend(sizer=sizer, backend=backend)

metric_terms = MetricTerms(
quantity_factory=quantity_factory, communicator=communicator, eta_file="eta79.nc"
quantity_factory=quantity_factory,
communicator=communicator,
eta_file="eta79.nc",
)

# workaround for single layer
Expand Down

0 comments on commit 2a9c534

Please sign in to comment.