stanfordnmbl / opencap-core

Main OpenCap processing pipeline
Apache License 2.0
144 stars 112 forks source link

fix bug data reprocessing #137

Closed antoinefalisse closed 6 months ago

antoinefalisse commented 6 months ago

@suhlrich I was trying to reprocess data, but was running into an issue here because calibrationOptions was an empty dict (see screenshot below). Not sure, maybe someone corrupted it when people still had the possibility to push to our session. I believe this PR solves this particular case by requiring something to be within the dict. Let me know what you think.

image

antoinefalisse commented 6 months ago

@suhlrich merging this