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
I must've just been flying through this. We should implement the full spec, and it should consistent and intuitive naming. This .model vs. .model_id is an example of it not being consistent.
I must've just been flying through this. We should implement the full spec, and it should consistent and intuitive naming. This .model vs. .model_id is an example of it not being consistent.
self.model = formula_json.get('script', {}).get('model', {}) #['script']['model']
self.model_id = self.model.get('id', '') #['script']['model']['id']
The text was updated successfully, but these errors were encountered: