FaradayInstitution / BPX

BPX schema in pydantic and JSON schema format, and parsers
MIT License
25 stars 12 forks source link

Separate out validity from completeness #40

Open rtimms opened 1 year ago

rtimms commented 1 year ago

When parsing a BPX we should check 1) that any given parameter is valid (float, function that can be executed), and 2) check how "complete" the BPX is (which model can you simulate if any).

This allows sharing partial BPX files, e.g. for a single electrode.