crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20180112152241_regrade_take3.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method change has 92 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def change
    execute "update submissions set score = 0, score_secondary = 0 where challenge_id = 12;"
  execute "update submissions set score = 30.1795168296, score_secondary = 32.6215108021 where id = 3530;"
execute "update submissions set score = 29.7315225146, score_secondary = 32.2190151623 where id = 3532;"
execute "update submissions set score = 28.9940347595, score_secondary = 31.520271205 where id = 3535;"
Severity: Major
Found in doc/technical/archived_migrations/20180112152241_regrade_take3.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status