ATMSeer
ATMSeer copied to clipboard
Error on datarun
Description
The datarun fails at this endpoint: /api/hyperpartitions?&datarun_id=5
[GET]
Expected Behavior
The datarun should give results for the uploaded dataset.
Actual Behavior
The datarun fails at this endpoint: /api/hyperpartitions?&datarun_id=5
[GET] throwing Internal Server Error
. The corresponding error appearing on console is:
File "server/atm_server/api.py", line 137, in get_hyperpartitions return jsonify(fetch_hyperpartitions(dataset_id=dataset_id, datarun_id=datarun_id, nice=nice))
and
File "server/atm_server/utils.py", line 44, in default return {'type': o.type, 'range': o.range} AttributeError: 'IntHyperParameter' object has no attribute 'type'
Steps to Reproduce the Problem
- Upload test dataset e.g blood.csv.
- Select any configuration.
- Click
Run
Specifications
- ATMSeer Version: Latest pull.
- Vagrant Version:
- VirtualBox Version:
- OS Version: Ubuntu 18.04