Skip to content

Add checksum value to data sets #95

Description

@Naeemkh

In the SpaceEnv.download_data function, we only check for the existence of the directory, and if it's present, we don't proceed to download the data. If the file doesn't exist, eventually a 'file not found' error will be triggered. However, this approach won't detect if the files have been modified. It would be beneficial to incorporate checksum values for the data in the master file. When we need to validate the data, we can then compare these stored checksum values with the checksum of the current data.

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions