You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion from Darryl at About:Energy, seconded by me!
Provide a utility function that will take validation data in a suitable format (for example .csv) and merge it with an existing BPX .json. Include some sanity checking (for example, input data contain time series that are the same length of array).
Maybe also consider a utility function that will strip validation data (or some subset of it) from the BPX .json.
Ensure that any generated BPX .json passes the schema validation in parse_bpx_file() before being returned.
The text was updated successfully, but these errors were encountered:
Suggestion from Darryl at About:Energy, seconded by me!
Provide a utility function that will take validation data in a suitable format (for example .csv) and merge it with an existing BPX .json. Include some sanity checking (for example, input data contain time series that are the same length of array).
Maybe also consider a utility function that will strip validation data (or some subset of it) from the BPX .json.
Ensure that any generated BPX .json passes the schema validation in
parse_bpx_file()
before being returned.The text was updated successfully, but these errors were encountered: