Skip to content

Commit

Permalink
Merge pull request #1293 from martinholmer/file-upload-tests
Browse files Browse the repository at this point in the history
Conduct file-upload-tests using version 0.8.1
  • Loading branch information
martinholmer authored Apr 13, 2017
2 parents 2732e2a + cf0d441 commit 1bbdee5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions file-upload-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ generated by the `cli-results` bash script in this directory.
The TaxBrain results are located at `http://www.ospc.org/taxbrain/RUN`
where `RUN` is the number of the TaxBrain run.

### Results for version 0.8.0 are as follows:
### Results for version 0.8.1 are as follows:

#### Reform `r1.json` with assumptions `a0.json`
```
Tax-Calculator CLI TaxBrain RUN
2022 INCOME TAX ($B) 1817.32 ????.? TaxBrain is broken
2022 PAYROLL TAX ($B) 1474.76 ????.? TaxBrain is broken
Tax-Calculator CLI TaxBrain RUN 11000
2022 INCOME TAX ($B) 1817.36 1817.4 <---- same ----
2022 PAYROLL TAX ($B) 1474.76 1474.8 <---- same ----
```

#### Reform `r1.json` with assumptions `a1.json`
```
Tax-Calculator CLI TaxBrain RUN
2022 INCOME TAX ($B) 1770.31 ????.? TaxBrain is broken
2022 PAYROLL TAX ($B) 1447.90 ????.? TaxBrain is broken
Tax-Calculator CLI TaxBrain RUN 11001
2022 INCOME TAX ($B) 1770.35 1770.4 <---- same ----
2022 PAYROLL TAX ($B) 1447.90 1447.9 <---- same ----
```

#### Reform `r1.json` with assumptions `a2.json`
```
Tax-Calculator CLI TaxBrain RUN
2022 INCOME TAX ($B) 1791.94 ????.? TaxBrain is broken
2022 PAYROLL TAX ($B) 1461.56 ????.? TaxBrain is broken
Tax-Calculator CLI TaxBrain RUN 11002
2022 INCOME TAX ($B) 1791.99 1792.0 <---- same ----
2022 PAYROLL TAX ($B) 1461.56 1461.6 <---- same ----
```

0 comments on commit 1bbdee5

Please sign in to comment.