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 26, 2023
1 parent f23323a commit 6f59025
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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 (measured in USD): $581644.5
Cost (measured in USD): $296854.5

columns (measured in quantity):
Wood columns needed: Sum([[-0.00 -0.00 ... -0.00 -0.00]
aluminum columns needed: Sum([[-0.00 -0.00 ... -0.00 -0.00]
[-0.00 -0.00 ... -0.00 -0.00]
[-0.00 -0.00 ... -0.00 -0.00]
[-0.00 -0.00 ... -0.00 -0.00]], None, False)
Expand All @@ -19,35 +19,35 @@ Steel columns needed: Sum([[591.00 -0.00 ... -0.00 -0.00]
[-0.00 -0.00 ... -0.00 -0.00]], None, False)

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

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

Cost (measured in USD): $603214.9
Cost (measured in USD): $128674.9

columns (measured in quantity):
Wood columns needed: Sum([[-0.00 -0.00 -0.00]
aluminum columns needed: Sum([[-0.00 -0.00 -0.00]
[-0.00 -0.00 -0.00]], None, False)
Steel columns needed: Sum([[985.00 -0.00 -0.00]
[-0.00 -0.00 -0.00]], None, False)

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

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

Cost (measured in USD): $323103.3
Cost (measured in USD): $228228.3

columns (measured in quantity):
Wood columns needed: Sum([[-0.00 -0.00 ... -0.00 -0.00]
aluminum columns needed: Sum([[-0.00 -0.00 ... -0.00 -0.00]
[-0.00 -0.00 ... -0.00 -0.00]
...
[-0.00 -0.00 ... -0.00 -0.00]
Expand All @@ -59,6 +59,6 @@ Steel columns needed: Sum([[197.00 -0.00 ... -0.00 -0.00]
[-0.00 -0.00 ... -0.00 -0.00]], None, False)

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

0 comments on commit 6f59025

Please sign in to comment.