Skip to content

Commit d000be7

Browse files
committed
add parameters
1 parent 27902d5 commit d000be7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

xarray_esgf/engine.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ def open_dataset( # type: ignore[override]
4444
"filename_or_obj",
4545
"esgpull_path",
4646
"index_node",
47+
"retries",
48+
"check_files",
49+
"verify_ssl",
4750
"concat_dims",
51+
"download",
52+
"show_progress",
53+
"sel",
4854
)
4955

5056
def guess_can_open(self, filename_or_obj: Any) -> bool:

0 commit comments

Comments
 (0)