Skip to content

Conversation

bendichter
Copy link
Contributor

Motivation

fix #1303

bendichter and others added 5 commits May 23, 2025 07:53
Add `deduplicate_objects` parameter to HDF5IO, HDMFIO, and BuildManager classes to enable deduplication of identical container objects by creating soft links. This feature is enabled by default and helps reduce file size and improve performance when dealing with repeated objects.
@bendichter bendichter requested a review from rly August 14, 2025 16:00
Copy link

codecov bot commented Aug 14, 2025

Codecov Report

❌ Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 91.64%. Comparing base (b27e54c) to head (bf23774).

Files with missing lines Patch % Lines
src/hdmf/backends/hdf5/h5tools.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1304   +/-   ##
=======================================
  Coverage   91.63%   91.64%           
=======================================
  Files          42       42           
  Lines        9613     9620    +7     
  Branches     1941     1942    +1     
=======================================
+ Hits         8809     8816    +7     
  Misses        522      522           
  Partials      282      282           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Document and Add Control Flag for Automatic Object Identity-Based Deduplication

1 participant