Skip to content

Ipyplotly test fixes - #974

Closed
Kully wants to merge 7 commits into
masterfrom
ipyplotly-test-fixes
Closed

Ipyplotly test fixes#974
Kully wants to merge 7 commits into
masterfrom
ipyplotly-test-fixes

Conversation

@Kully

Copy link
Copy Markdown
Contributor

Attempting to fix minor test failures in #942

Jon M. Measeand others added 7 commits February 17, 2018 11:01
New codegen logic in codegen/
New datatype classes generated into plotly/datatypes/ (These are gitignored)
New validator classes generated into plotly/validators/ (These are gitignored)
Code generation in update_graph_objs.py modified to map Figure, Layout, and Trace types to new plotly/datatypes/ classes. All other classes mapped to raw dicts/lists.
It's now possible to execute a fair amount of legacy graph construction and plotting code
TODO: add support for datetime arrays in validation and in widget serialization
Added js/ directory containing front-end widget library
Added graph_objs.FigureWidget class that maps to datatypes.FigureWidget
These are mostly just for discussion during the WIP integration process.
@Kully

Copy link
Copy Markdown
ContributorAuthor

@chriddyp @jmmease

Comment threadipyplotly/.gitignore
@@ -0,0 +1,27 @@
*.egg-info/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Kully - It looks like you committed a lot of extra stuff, like this ipyplotly folder. Was that intentional? If not, could you rebase and open up a new PR?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I highly recommend using a git client like GitHub desktop https://desktop.github.com/ to make your commits - it makes a lot easier to view what you will commit before committing it, as well as organizing your commits to only include certain files and line numbers

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

It was intentional. ipyplotlycan't be located without the folder in ploty.py

@chriddyp

Copy link
Copy Markdown
Member

Also, could you make the PR against the original PR instead of master?

@Kully

Copy link
Copy Markdown
ContributorAuthor

Closing in favor of #975

@KullyKully closed this Mar 15, 2018
@nicolaskruchten
nicolaskruchten deleted the ipyplotly-test-fixes branch June 19, 2020 16:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Kully@chriddyp