Skip to content

Conversation

@danlipert
Copy link
Contributor

Description

This PR sets up grants Round 5.5 for 6 specific grants

Refers/Fixes

n/a

Testing

tested locally

Data Set up Notes:
from grants.models import Grant

blank_clr = [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]

round_5_grants = Grant.objects.filter(id__in=[656, 493, 494, 502, 504, 662]).all()

for g in round_5_grants:
    g.clr_prediction_curve = blank_clr
    g.positive_round_contributor_count = 0
    g.negative_round_contributor_count = 0
    g.amount_received_in_round = 0
    g.save()

@danlipert danlipert changed the base branch from master to stable May 5, 2020 16:26
@danlipert danlipert merged commit 8f31839 into stable May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants