Skip to content

Update parameter case storage in data base #154

@stephprince

Description

@stephprince

In #150, parameters were updated to be tuples of dictionaries. In the results files these parameter cases are strings.

For querying data from the database and getting information about what data modality / object we are testing, it would be helpful if either we:

  1. Converted the string type parameter_case column to a polars.Struct type to more easily query individual parameter values. Missing dictionary values could be normalized to be null if not present.
  2. Added the parameter case dictionary values as separate columns in the results database ("name", "https_url", "object_name", and "slice_range")

@CodyCBakerPhD @rly any thoughts? I could handle this in the _app.py file and bump the database version so the current results file format would stay the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions