boschresearch / EaT-PIM

EaT-PIM (Embedding and Transforming Procedural Instructions for Modification)
GNU Affero General Public License v3.0
4 stars 5 forks source link

add frozendict check in dataloader #2

Closed solashirai closed 1 year ago

solashirai commented 1 year ago

it's possible that isinstance(v,dict) used to return true for a previous version of frozendict or different python version. very minor fix