Skip to content

Commit

Permalink
Update TODO references: #1, #2
Browse files Browse the repository at this point in the history
  • Loading branch information
todo-actions[bot] committed Feb 10, 2020
1 parent 2c8d68a commit 980adc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sensitivity_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def test_create_df(self):
def test_create_styled_df(self):
sa = self.create_sa()
sa.styled_df
# TODO [$5e41cfbc0f42cc00073f470c]: determine how to test pandas Styler object beyond creation without error
# TODO [#1]: determine how to test pandas Styler object beyond creation without error

def test_create_plot(self):
sa = self.create_sa()
sa.plot
# TODO [$5e41cfbc0f42cc00073f470d]: determine how to test matplotlib figures beyond creation without error
# TODO [#2]: determine how to test matplotlib figures beyond creation without error

0 comments on commit 980adc9

Please sign in to comment.