Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Bring back new monthly quota fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
anaschwendler committed Nov 30, 2017
1 parent 6eda0cd commit 81bb0f2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ applicant_id,subquota_number,issue_date,year,month,net_value,expected_prediction
4,137,2016-01-01,2016,1,7000,False,test_predict_true_when_over_the_limit
4,137,2016-01-01,2016,1,698,True,test_predict_true_when_over_the_limit
4,137,2016-01-01,2016,1,10,True,test_predict_true_when_over_the_limit
100,120,2017-04-01,2017,4,12713,True,test_predict_true_when_over_the_limit
100,120,2017-04-01,2017,4,12713.01,True,test_predict_true_when_over_the_limit
100,120,2017-05-01,2017,5,12713,True,test_predict_true_when_exactly_on_the_limit
100,120,2017-05-01,2017,5,12713.01,True,test_predict_true_when_over_the_limit

0 comments on commit 81bb0f2

Please sign in to comment.