Changing param type from int to enum leads to crash on loading from json
Had a IntParam that i switched to a EnumParam. When loading params from JSON it tries to deserialize the json int data as a string and it fails hard. Solution so far is to erase the config file when switching the param type.