bstaple1 / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
110 stars 31 forks source link

Apparent missing GIHWR #20

Closed tony-- closed 2 years ago

tony-- commented 2 years ago

I'm new to this utility, so it's possible I am misunderstanding what I'm seeing. Please refer to the below screenshot. 8 of the cards in the pack have GIHWR of 0.0, which seems like it must be a bug. I spot-checked Yavimaya Steelcrusher and it appears that it should be showing GIHWR=54.75.

image

I'm new to debugging with Python, but I'll give it a go.

tony-- commented 2 years ago

After debugging, I realized that the card has been seen less than 200 times in Quick Draft (which only started recently), so GIHWR is being set to 0.0 intentionally. Switching to Premium Draft data source resolves the issue.