-
Notifications
You must be signed in to change notification settings - Fork 328
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
No clustering information persisted in the JSON files #609
Comments
Looks like this is a bug in the Clustering CLI: See |
But there seems to be a different bug where the clustering information does when the icon is clicked but rather the comparison view is shown. I'm looking into it. |
Thanks for looking into it. Should I fix the CLI issue, or do you want to fix them both since you are on it anyways? |
Feel free to fix it, as I am short on time currently. |
@nestabentum I fear there are still sone issues with the report viewer (maybe introduced by the last fix?). I am going to investigate them a bit more tomorrow and give some details. However, this is not really time critical so we can discuss them in our next meeting and you can fix them when it suits you. |
@nestabentum, here are some details (Win 10, Firefox): Currently, the report viewer crashes for me when I pass the following results to the viewer and click on a submission pair: Same here, the only difference is that this result actually contains a cluster: |
You're referring to the publicly deployed version of the report viewer, right? I tried to reproduce the crash locally but I didn't succeed. The deployed version does crash though. I'll look into it. |
Yes, the deployed version from this repo's master branch. |
I am still getting the same behavior, i.e. no cluster information in the Calling Jplag without options yields no clusters:
and no clusters appear in the overview file: result-noclusters.zip With
but still no clusters appear in the overview file: result-clusters.zip |
Clusters in the JSON-export are still disabled in the v4.1.0 release. However, this is on purpose, as they can break the report viewer. We are already working on that for the next release. |
As described here, the persistence mechanism of the clustering results seems to have some issues. The
overview.json
file contains no clusters. I experienced the issue with multiple frontends.JPlag version: 1c401de
Input: PartialPlagiarism.zip
Result: result.zip (
overview.json
contains no clusters)CLI parameters tried:
java -jar jplag.jar ./PartialPlagiarism
and
java -jar jplag.jar ./PartialPlagiarism --cluster-alg AGGLOMERATIVE --cluster-metric AVG
@nestabentum am I missing something?
The text was updated successfully, but these errors were encountered: