crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20180111141757_change_scoring_music_challenge.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method change has 68 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 = 28.5914468, score_secondary = 31.01892051 where id = 3530;"
execute "update submissions set score = 28.17302633, score_secondary = 30.62651468 where id = 3532;"
execute "update submissions set score = 27.08935975, score_secondary = 29.55906082 where id = 3535;"

    There are no issues that match your filters.

    Category
    Status