duxbuse / ninthage-data-analytics

A better way for the project to ingest tournament results
GNU General Public License v3.0
1 stars 0 forks source link

Formatter returning wrong expected points #148

Closed duxbuse closed 2 years ago

duxbuse commented 2 years ago

Got a report on 20/08/2022

Included the following unit

375 - 10 Sylvan Sentinels, Sylvan Blades, Scout

As per the book this is the right cost but formatter returned expecting 339

https://discord.com/channels/910334907736272906/915385291429269505/1010187984575926272

duxbuse commented 2 years ago

So the root of this was the DEAD prefix that warhall can provide.

Warhall can also send HALF as an option so I think we need to handle that as well

Testing can be done by re running https://console.cloud.google.com/workflows/workflow/us-central1/workflow_parse_lists/execution/a3d04b79-96fc-4825-a577-edc0be2ec83a?project=ninthage-data-analytics

marcqg commented 2 years ago

The formater can now process DEAD and HALF :)

duxbuse commented 2 years ago

Looks to be working fine now