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

Issue 691 - Update plotlyjs #693

Merged
merged 4 commits into from
Nov 4, 2019
Merged

Issue 691 - Update plotlyjs #693

merged 4 commits into from
Nov 4, 2019

Conversation

Marc-Andre-Rivet
Copy link
Contributor

Fixes #691

amnesiaed = dash_dcc.select_date_single(
"dps-none", day="1", outside_month=True
)
amnesiaed = dash_dcc.select_date_single("dps-none", day="11")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Interesting month rollover bug in this test. November 2019 ends on a Saturday, there is no 1st day of next month in this calendar! This is the only instance where we are checking for "out-of-month" days in dcc tests. Out-of-month is not important here as we are really just testing persistence.

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Funny enough, https://github.com/plotly/dash-core-components/pull/692/commits was not affected even with the last commit happening in November b/c the test does -timedelta(days=1)

@Marc-Andre-Rivet Marc-Andre-Rivet marked this pull request as ready for review November 4, 2019 18:02
@Marc-Andre-Rivet Marc-Andre-Rivet mentioned this pull request Nov 4, 2019
2 tasks
Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

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

💃

Co-Authored-By: alexcjohnson <[email protected]>
@Marc-Andre-Rivet Marc-Andre-Rivet merged commit 10aa10e into dev Nov 4, 2019
@Marc-Andre-Rivet Marc-Andre-Rivet deleted the 691-plotlyjs branch November 4, 2019 19:13
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.

Upgrade plotly.js to 1.51.1
2 participants