spells-mtg 0.11.16__tar.gz → 0.11.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of spells-mtg might be problematic. Click here for more details.
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/PKG-INFO +1 -1
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/pyproject.toml +1 -1
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/card_data_files.py +1 -1
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/LICENSE +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/README.md +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/.ruff_cache/.gitignore +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/.ruff_cache/0.8.6/17785301476771359756 +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/.ruff_cache/CACHEDIR.TAG +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/__init__.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/cache.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/cards.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/columns.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/config.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/draft_data.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/enums.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/extension.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/external.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/filter.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/log.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/manifest.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/schema.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/spells/utils.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/tests/__init__.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/tests/filter_test.py +0 -0
- {spells_mtg-0.11.16 → spells_mtg-0.11.17}/tests/utils_test.py +0 -0
|
@@ -177,7 +177,7 @@ def base_ratings_df(
|
|
|
177
177
|
)
|
|
178
178
|
|
|
179
179
|
concat_list.append(
|
|
180
|
-
pl.read_json(ratings_file_path, infer_schema_length=
|
|
180
|
+
pl.read_json(ratings_file_path, infer_schema_length=540)
|
|
181
181
|
.with_columns(
|
|
182
182
|
(pl.lit(deck_color) if deck_color != "any" else pl.lit(None))
|
|
183
183
|
.alias(ColName.MAIN_COLORS)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|