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 7495574 commit 050cbd3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ 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): $296854.5
Cost (measured in USD): $172452.3

columns (measured in quantity):
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)
Steel columns needed: Sum([[591.00 -0.00 ... -0.00 -0.00]
Steel columns needed: Sum([[1.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 @@ -27,12 +27,12 @@ Slash pine acres: 1.0
```python
Parameters given: 5 floor, 2 tile x length, 3 tile y length.

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

columns (measured in quantity):
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]
Steel columns needed: Sum([[1.00 -0.00 -0.00]
[-0.00 -0.00 -0.00]], None, False)

Carbon offsets (measured in acres):
Expand All @@ -44,21 +44,21 @@ Slash pine acres: 1.0
```python
Parameters given: 1 floor, 10 tile x length, 10 tile y length.

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

columns (measured in quantity):
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)
Steel columns needed: Sum([[197.00 -0.00 ... -0.00 -0.00]
Steel 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)

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

0 comments on commit 050cbd3

Please sign in to comment.