Skip to content

Conversation

@jreadey
Copy link
Member

@jreadey jreadey commented Apr 23, 2025

Use h5json package for typing and objids

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we now depend on hdf5-json to do this testing, it might be a good idea to include hdf5-json's tests as a step in the CI

mattjala
mattjala previously approved these changes May 7, 2025
Copy link
Contributor

@mattjala mattjala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides a few minor comments and questions, this is good to go in. I'll try to get the outstanding PRs on hdf5-json reviewed this week so that we can avoid having HSDS depend on a specific branch.

hsds/group_sn.py Outdated
created = link_item["created"]
# allow "pre-dated" attributes if recent enough
predate_max_time = config.get("predate_max_time", default=10.0)
if now - created > predate_max_time:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comparison seems backwards. If I understand correctly, the difference between current time and creation time should need to be under the max time, not above it

@mattjala
Copy link
Contributor

mattjala commented Jun 3, 2025

@jreadey Linter issues are preventing CI from running on this right now

@mattjala
Copy link
Contributor

mattjala commented Sep 9, 2025

@jreadey Should we mark this as draft until it's in a final state for review?

@jreadey jreadey marked this pull request as draft September 10, 2025 14:23
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.

4 participants