add b param to irt model
This commit is contained in:
@ -33,7 +33,7 @@ class LoftService(Base):
|
||||
items_csv_reader = csv_helper.file_stream_reader(items_csv)
|
||||
|
||||
# add items to attributes dict
|
||||
attributes['items'] = service_helper.items_csv_to_dict(items_csv_reader)
|
||||
attributes['items'] = service_helper.items_csv_to_dict(items_csv_reader, attributes['irt_model'])
|
||||
logging.info('Processed Attributes...')
|
||||
|
||||
return attributes
|
||||
|
Reference in New Issue
Block a user