soachishti / moss.py

Python client for Moss: A System for Detecting Software Similarity
MIT License
381 stars 75 forks source link

Returning empty url when submitting large number of code files #54

Open laalamrajesh opened 1 year ago

laalamrajesh commented 1 year ago

Number of code files I have submitted: 2066 Moss configuration parameters I have used as below

  1. Ignore limit (-m): 2066
  2. Number of matching files (-n): 2066 * 2066

With the above configuration, I have got an empty report URL. But when I used Ignore limit (-m) as 10 then I got the report URL. Is there any limit on Ignore limit (-m) parameter?