Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Scheick <[email protected]>
  • Loading branch information
andypbarrett and JessicaS11 authored Feb 15, 2024
1 parent acb5a52 commit 4dd740b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions icepyx/core/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,11 +496,11 @@ def append(
To add variables as a list of explicit paths
>>> path_list = ['gt1l/heights/delta_time',
'gt1l/heights/dist_ph_across',
'gt1l/heights/dist_ph_along',
'gt1l/heights/h_ph',
'gt1l/heights/lat_ph',
'gt1l/heights/lon_ph']
... 'gt1l/heights/dist_ph_across',
... 'gt1l/heights/dist_ph_along',
... 'gt1l/heights/h_ph',
... 'gt1l/heights/lat_ph',
... 'gt1l/heights/lon_ph']
>>> region_a.order_vars.append(path_list=path_list) # doctest: +SKIP
"""
Expand Down

0 comments on commit 4dd740b

Please sign in to comment.