Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing incorrect item densities #56723

Closed
Maleclypse opened this issue Apr 10, 2022 · 2 comments
Closed

Fixing incorrect item densities #56723

Maleclypse opened this issue Apr 10, 2022 · 2 comments
Labels
<Bug> This needs to be fixed Code: Tooling Tooling that is not part of the main game but is part of the repo. (P5 - Long-term) Long-term WIP, may stay on the list for a while. [Python] Code made in Python

Comments

@Maleclypse
Copy link
Member

Describe the bug

There are 795 items failing the density check and while it's set to ignore them it does make it harder to read the failures that actually are caused by the PR running the tests.

I'm hoping that someone who is skilled with python or some other scripting can take the info from the failed tests and what the density should have been per the test results and run a script to go through and correct all 795 densities.

Otherwise this is going to take a lot of patience.

Steps to reproduce

Create a new PR and then look at the test results.

Expected behavior

This is the expected behavior. The tests are working correctly and they aren't causing tests to fail for problems that aren't critical. This is actually a pretty successful test in terms of maturity.

Screenshots

No response

Versions and configuration

All since the density adjustments were merged.

Additional context

Here is an example of some of the failed assertions.

Error: (~[slow] ~[.],starting_items)=>   1.380952381 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   cranberries
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.73 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   bullwhip
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.24 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   juice pulp
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.4603174603 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   hops flower
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.112 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   fungal fluid sac
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   4.0 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   fancy hairpin
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   3.3333333333 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   boring sandwich
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.76 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   BLT
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   2.0 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   generic grooming
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.4285714286 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   boring wheat-free sandwich
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   5.0 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   sugar beet seeds
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   17.7 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   Marloss seed
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   2.9 <= 2.7000000477
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   expandable baton
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.5833333333 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   kiddie spoon
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   15.1428571429 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   coffee beans
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   2.0 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   hellfire stew
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   5.9111111111 <= 2.7000000477
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   goo canister
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   10.8666666667 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   desiccated corpse
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   pearl and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   aquamarine and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   blue topaz and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   tourmaline and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   alexandrite and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 13.0999999046
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   sapphire and platinum pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 13.0999999046
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   aquamarine and platinum pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   opal and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   ruby and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 11.9999995232
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   garnet and gold pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   70.0 <= 13.0999999046
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   peridot and platinum pendant necklace
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.3040048641 <= 1.1000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   corpse of a human
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   23.48 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive C-4 hack
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   6.048 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive flashbang hack
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   7.1466666667 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive tear gas hack
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   17.92 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive grenade hack
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   2.0 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   chunk of sulfur
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   22.0 <= 1.7999999523
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   Whistle of Tindalos
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.4[5454](https://github.com/CleverRaven/Cataclysm-DDA/runs/5958078421?check_suite_focus=true#step:16:5454)54545 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   00 shot, reloaded
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.6 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   sand
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.4545454545 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   dragon's breath shell, black powder
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   44.8 <= 8.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   massive engine block
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   6.2666666667 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive tazer hack
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   7.2 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive security drone
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   7.2 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive security drone
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   7.2 <= 1.8500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   inactive security drone
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   2.0 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   soap dish
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   2.0 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   hairbrush
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.12 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   plastic fork
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.12 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   plastic spoon
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.12 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   plastic knife
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.8666666667 <= 1.2599999905
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   chopsticks
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.68 <= 1.6000000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   spatula
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.6666666667 <= 1.3500000238
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   makeshift drive belt
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.2093333333 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   talking doll
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.2093333333 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   talking doll
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.304 <= 1.2599999905
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   mannequin decoy
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.296 <= 1.2000000477
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   The Art of Glassblowing
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   1.2 <= 1.0
(~[slow] ~[.],starting_items)=> with message:
(~[slow] ~[.],starting_items)=>   polycarbonate sheet
(~[slow] ~[.],starting_items)=> 
(~[slow] ~[.],starting_items)=> ../tests/item_test.cpp:720: FAILED:
(~[slow] ~[.],starting_items)=>   CHECK( item_density <= max_density )
(~[slow] ~[.],starting_items)=> with expansion:
Error: (~[slow] ~[.],starting_items)=>   2.2142 <= 1.1000000238
@Maleclypse Maleclypse added <Bug> This needs to be fixed (P5 - Long-term) Long-term WIP, may stay on the list for a while. [Python] Code made in Python Code: Tooling Tooling that is not part of the main game but is part of the repo. labels Apr 10, 2022
@NetSysFire
Copy link
Member

#54811 is relevant here, someone has already opened a PR fixing some of them.

@Maleclypse
Copy link
Member Author

#54811 is relevant here, someone has already opened a PR fixing some of them.

Thanks! Closing this one as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bug> This needs to be fixed Code: Tooling Tooling that is not part of the main game but is part of the repo. (P5 - Long-term) Long-term WIP, may stay on the list for a while. [Python] Code made in Python
Projects
None yet
Development

No branches or pull requests

2 participants