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

Submitting csv and labels but nothing happens #9

Closed
olivatooo opened this issue Feb 17, 2020 · 2 comments
Closed

Submitting csv and labels but nothing happens #9

olivatooo opened this issue Feb 17, 2020 · 2 comments

Comments

@olivatooo
Copy link
Contributor

Describe the bug
After I upload the two csv files... Nothing happens
image

To Reproduce
Steps to reproduce the behavior:
Load a csv data file
image
Load a csv data labels

Expected behavior
Some loading, some error, or just the output of the program

Desktop (please complete the following information):

  • OS: Arch Linux x86_64
  • Kernel: 5.5.4-arch1-1
  • Browser: Mozilla Firefox 73.0

Additional context
It will be nice if the instructions have some sample data to test

@olivatooo
Copy link
Contributor Author

The files:

files.tar.gz

@antoniocavalcante
Copy link
Owner

Hi Gabriel,

I'm sorry to hear that you're having trouble using MustaCHE. Thanks for reporting the bugs. These are known issues and I'll find the time soon to properly fix them in the code. In the meantime, there's a quick fix so you can get it running on your data. There are two things you need to do:

1 - Remove the duplicate entries on your input data CSV file. The code that computes the multiple hierarchies will crash in the background if duplicate data points are found.
2 - Drop the file extension ".csv" from the input file. The naming convention used in the code will not take in consideration the extension of the file and will try and find files that do not exist.

Since I'm the sole developer of MustaCHE at the moment and my thesis has been taking more and more time as I approach the end of my program, it's been hard to jump back in the code and fix these issues. Let me know if you have any other problems and I'll look into them.

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants