-
Notifications
You must be signed in to change notification settings - Fork 3
Issue #4 resolved #5
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
base: main
Are you sure you want to change the base?
Issue #4 resolved #5
Conversation
@RudraCodesForU This does not seem to be working for me. I am guessing you had some issues with resolving merge conflicts. |
@ankurankan, previously, I was having issues with resolving merge conflicts but now the code is cleanly mergeable, is there still any issues which persists? |
@RudraCodesForU Did you do the merge on github? If yes, you will need to pull changes ( |
@ankurankan , Changes have been perfromed , conflicts resolved , there was conflict because my fork was outdated and the changes performed in the upstream , so merge conflicts arises. |
@ankurankan , Pls look into the PR now there are no conflicts |
@RudraCodesForU This does not seem to be working for me anymore. I do not get any options in the dropdown menu for DGM and sample size. I also see the following error in the console as soon as the page loads:
|
@ankurankan , sry for the delay , the app.js should have any error now. You can look into the PR for review |
@RudraCodesForU Sorry for the delay, could you give me the steps to run this locally. I am getting a file not found error when I load the page. |
@RudraCodesForU Could you also check your discord? I sent you a private message a few days back. |
@ankurankan, the "file not found" error has been resolved. Could you please check and get back to me? Also, I’ve checked Discord and accepted your friend request. |
@RudraCodesForU I am still unable to reproduce it. Could you share the steps that you are using to run this locally? |
@ankurankan , for locally running the code i am just using this - from root folder opening the terminal then - cd web |
@RudraCodesForU I do think you have some other local changes to make it work. For example, the csv path in the code is Could you try to clean up your local repo and then fix the issue? |
@ankurankan, The thing is first we need to run the ci_benchmark.py script then the result folder will be created where the summaries gets stored then we need to run the app.js script. |
@RudraCodesForU Could you add the csv file to the repo as well? Because we are hosting a static website, we will need the results file in the repo. |
Proposed Changes are addressed -