ATMSeer icon indicating copy to clipboard operation
ATMSeer copied to clipboard

Error on datarun

Open agbilotia1998 opened this issue 5 years ago • 0 comments

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

  1. Upload test dataset e.g blood.csv.
  2. Select any configuration.
  3. Click Run

Specifications

  • ATMSeer Version: Latest pull.
  • Vagrant Version:
  • VirtualBox Version:
  • OS Version: Ubuntu 18.04

agbilotia1998 avatar Aug 31 '19 19:08 agbilotia1998