Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FayazRahman committed Sep 6, 2023
1 parent 37f0281 commit bac2e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/core/chunk_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def _samples_to_chunks(
updated_chunks.append(current_chunk.id)
elif num_samples_added == PARTIAL_NUM_SAMPLES:
sample = samples[0]
if isinstance(sample, LinkedTiledSample):
if self.tensor_meta.is_link:
verified_samples.append(sample)
else:
if sample.is_first_write:
Expand Down

0 comments on commit bac2e3e

Please sign in to comment.