You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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] throwingInternal 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
Run
Specifications
The text was updated successfully, but these errors were encountered: