Skip to content

Commit

Permalink
chore: clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
JackSCarroll committed Sep 20, 2024
1 parent 7bd0536 commit ed37b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/similarity/unit_similarity_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def run_jplag_on_done_files(task_definition, tasks_dir, tasks_with_files, unit_c

# Run JPLAG
puts "THE FILE TYPE IN MOSS: #{type_data[1]}"
`sudo docker exec jplag java -jar /jplag/myJplag.jar #{tasks_dir_split} -l #{file_lang} --similarity-threshold=0.8 -nobr -M RUN -r #{results_dir}/#{task_definition.id}-result`
`sudo docker exec jplag java -jar /jplag/myJplag.jar #{tasks_dir_split} -l #{file_lang} --similarity-threshold=0.8 -M RUN -r #{results_dir}/#{task_definition.id}-result`
end

# Delete the extracted code files from tmp
Expand Down

0 comments on commit ed37b27

Please sign in to comment.