6D prediction files now working

This commit is contained in:
Si11ium 2020-06-25 12:03:07 +02:00
parent 53aa11521d
commit 7770b29c14

View File

@ -40,6 +40,7 @@ class Config(ConfigParser, ABC):
params = deepcopy(self.as_dict)
del params['model']['type']
del params['data']['worker']
del params['data']['refresh']
del params['main']
del params['project']
# Flatten the dict of dicts