Skip to content

Commit 09cf4c7

Browse files
Remove dead code
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent 32a722b commit 09cf4c7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cf/data/data.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2905,15 +2905,6 @@ def _concatenate_post_process(
29052905
)
29062906
concatenated_data.cyclic(axes=axis, iscyclic=False)
29072907

2908-
# # Set whether or not the concatenated name is deterministic
2909-
# deterministic = True
2910-
# for d in conformed_data:
2911-
# if not d.has_deterministic_name():
2912-
# deterministic = False
2913-
# break#
2914-
#
2915-
# concatenated_data._update_deterministic(deterministic)
2916-
29172908
return concatenated_data
29182909

29192910
@_inplace_enabled(default=False)

0 commit comments

Comments
 (0)