-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
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:
- Converted the string type
parameter_casecolumn to apolars.Structtype to more easily query individual parameter values. Missing dictionary values could be normalized to be null if not present. - 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
Labels
No labels