Skip to content

Commit

Permalink
Support multiple array formats
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 3, 2024
1 parent a541dbc commit 05ec0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthkit/meteo/utils/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def api(self):
self._api = None
return self._api

def namespace(self, *arrays):
def namespace(self, arrays):
if not arrays:
import numpy as np

Expand Down

0 comments on commit 05ec0e3

Please sign in to comment.