python-dts-calibration icon indicating copy to clipboard operation
python-dts-calibration copied to clipboard

Access xr dims/coords/variables with [] instead of .

Open BSchilperoort opened this issue 2 years ago • 0 comments

To not mix up variables and methods/properties, and to get proper type hinting it's nicer if we always use the [] accessing method, instead of the . accessing.

This can gradually be changed over in the code.

BSchilperoort avatar Aug 11 '23 08:08 BSchilperoort