Skip to content

Error on datarun #35

Description

@agbilotia1998

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions