Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

[BUGFIX] Fix deprecation warnings due to invalid escape sequences. #1219

Merged
merged 1 commit into from
May 4, 2020
Merged

[BUGFIX] Fix deprecation warnings due to invalid escape sequences. #1219

merged 1 commit into from
May 4, 2020

Conversation

tirkarthi
Copy link

Description

Fixes #1218

Checklist

Essentials

  • PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented

Changes

  • Feature1, tests, (and when applicable, API doc)
  • Feature2, tests, (and when applicable, API doc)

Comments

  • If this change is a backward incompatible change, why must this change be made.
  • Interesting edge cases to note here

cc @dmlc/gluon-nlp-team

@tirkarthi tirkarthi requested a review from a team as a code owner May 3, 2020 12:37
@mli
Copy link
Member

mli commented May 3, 2020

Job PR-1219/1 is complete.
Docs are uploaded to http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR-1219/1/index.html

@codecov
Copy link

codecov bot commented May 3, 2020

Codecov Report

Merging #1219 into v0.9.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           v0.9.x    #1219   +/-   ##
=======================================
  Coverage   88.51%   88.51%           
=======================================
  Files          72       72           
  Lines        6977     6977           
=======================================
  Hits         6176     6176           
  Misses        801      801           

@leezu leezu merged commit bf14884 into dmlc:v0.9.x May 4, 2020
@leezu
Copy link
Contributor

leezu commented May 4, 2020

@tirkarthi would you like to commit PR to the master (development) branch as well?

@chenw23 chenw23 mentioned this pull request May 14, 2020
6 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation warning due to invalid escape sequences
3 participants