Skip to content

Conversation

@willbarrett
Copy link
Member

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

See #9497

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TEST PLAN

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

REVIEWERS

@villebro @dpgaspar @craig-rueda

Copy link
Member

@villebro villebro left a comment

Choose a reason for hiding this comment

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

fingers crossed

@villebro
Copy link
Member

@willbarrett seems like this one also died. Let's try to reopen a third time, and if that doesn't work we'll just have to wait until we have the new CI workflow in place.

"query": self.query,
"from_dttm": self.from_dttm,
"to_dttm": self.to_dttm,
"from_dttm": self.from_dttm if hasattr(self, "from_dttm") else None,
Copy link
Member

Choose a reason for hiding this comment

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

NIT: I think it may be better to init self.from_dttm = None in the constructor of BaseViz, initializing all the attrs that may get assigned in the lifecycle of the object there

Copy link
Member Author

Choose a reason for hiding this comment

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

Nit accepted. I need to close + reopen this PR again anyway because Travis won't play nice.

@willbarrett
Copy link
Member Author

Closing as Travis failing to report status is unrecoverable.

@willbarrett willbarrett deleted the wbarrett/viz-py-fix branch April 14, 2020 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants