Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on datarun #35

Open
agbilotia1998 opened this issue Aug 31, 2019 · 0 comments
Open

Error on datarun #35

agbilotia1998 opened this issue Aug 31, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@agbilotia1998
Copy link

agbilotia1998 commented Aug 31, 2019

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
@micahjsmith micahjsmith added the bug Something isn't working label Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants