Force all additional_attributes to str, since CMR only accepts str - #50
Force all additional_attributes to str, since CMR only accepts str#50Cameronsplaze wants to merge 1 commit into
Conversation
|
Is there a reason to not force everything to be strings for additional attributes? It's bit me where I try to pass in a "int frame_number", and forgot to cast it to a string first. Plus it's slightly more readable with I see an argument to "fail-fast" if you pass in a datetime object, and forget to string-ify first, so I'm debating if this is worth it too. However you should be inspecting the UMMG output anyways, and notice it's in a different format than what you'd expect. Figured this was an easy PR to just get feedback on. Thoughts? |
|
Also note that the |
|
For anyone else that finds this, we met up. Among other things, we setup
Oh I like the idea! My only worry is like the But that's definitely outside of the scope of this issue on mandible. |

Pull Request Checklist
I have: