Skip to content

Commit

Permalink
🤖 run python script
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 27, 2023
1 parent eaa4fd6 commit 06450c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ The test cases below are auto-generated by GitHub Actions every time a commit is
```python
Parameters given: 3 floor, 4 tile x length, 10 tile y length.

Cost of materials and offsets (measured in USD): $6739.32
Cost of materials and offsets (measured in USD): $7908.09

Columns (measured in quantity):
Aluminum columns needed: 0
Steel columns needed: 1
Steel columns needed: 19

Carbon offsets (measured in acres):
Slash pine acres: 0.07075920737127371
Slash pine acres: 0.0742010935501355
```
<!-- END TEST CASE -->

<!-- TEST CASE 2 -->
```python
Parameters given: 5 floor, 2 tile x length, 3 tile y length.

Cost of materials and offsets (measured in USD): $1733.53
Cost of materials and offsets (measured in USD): $2058.19

Columns (measured in quantity):
Aluminum columns needed: 0
Steel columns needed: 1
Steel columns needed: 6

Carbon offsets (measured in acres):
Slash pine acres: 0.01783321376693767
Slash pine acres: 0.018789293261065942
```
<!-- END TEST CASE -->

Expand Down

0 comments on commit 06450c8

Please sign in to comment.