Skip to content

Commit

Permalink
Merge pull request #68 from FastTrackiverse/patch-polars-update
Browse files Browse the repository at this point in the history
polars update
  • Loading branch information
JoFrhwld authored Apr 7, 2024
2 parents ee56c51 + 17ece0b commit 6d0922a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python = ">=3.10,<3.12"
praat-parselmouth = "^0.4.3"
scipy = {version = "^1.11.3", python = ">=3.10,<3.12"}
numpy = {version = "^1.26.1", python = ">=3.10,<3.12"}
polars = "^0.19.16"
polars = "^0.20.18"
pytest-cov = "^4.1.0"
pytest = "^7.4.3"
python-magic = {version = "^0.4.27", markers = "sys_platform != 'win32'"}
Expand Down
4 changes: 2 additions & 2 deletions src/fasttrackpy/processors/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def spectrogram(
.melt(id_vars = "time")\
.with_columns(
pl.col("variable")\
.replace(mapping=ptolmap)\
.replace(ptolmap)\
.alias("color")
)

Expand Down Expand Up @@ -348,7 +348,7 @@ def candidate_spectrograms(
.melt(id_vars = "time")\
.with_columns(
pl.col("variable")\
.replace(mapping=ptolmap)\
.replace(ptolmap)\
.alias("color")
)

Expand Down

0 comments on commit 6d0922a

Please sign in to comment.