Skip to content

Fix Variable Explorer functional tests in python 2.7 3.5#5465

Merged
IanMatthewHuff merged 1 commit into
microsoft:masterfrom
IanMatthewHuff:dev/ianhu/fixPythonVersions
Apr 25, 2019
Merged

Fix Variable Explorer functional tests in python 2.7 3.5#5465
IanMatthewHuff merged 1 commit into
microsoft:masterfrom
IanMatthewHuff:dev/ianhu/fixPythonVersions

Conversation

@IanMatthewHuff
Copy link
Copy Markdown
Member

For #5433

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

@IanMatthewHuff IanMatthewHuff requested a review from rchiodo April 24, 2019 23:59
const basicCode: string = `import numpy as np
import pandas as pd
myList = [x ** 2 for x in range(0,100000)]
const basicCode: string = `myList = [1, 2, 3]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just simplified everything. Dict had the same issue as set, that I forgot to fix when I fixed set. In python 2.7 the list comprehension leaked out the x value so the var exp picked it up and had an extra item.

Copy link
Copy Markdown

@rchiodo rchiodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@IanMatthewHuff IanMatthewHuff merged commit a215b5d into microsoft:master Apr 25, 2019
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/fixPythonVersions branch April 25, 2019 15:45
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 30, 2019
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.

2 participants