Skip to content

Commit

Permalink
remove testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Dec 19, 2024
1 parent f9a0cdc commit 5ce824f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"outputs": [],
"source": [
"import stata_setup\n",
"stata_setup.config(\"/usr/local/stata18\", \"mp\", splash=False)"
"stata_setup.config(\"/usr/local/stata18\", \"mp\")"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
actions = ActionChains(browser)
actions.pause(10)
actions.perform()
browser.save_screenshot('0.png')

# Down-arrow to get to the second cell in the notebook
actions.send_keys(Keys.DOWN)
actions.pause(1)
actions.perform()
browser.save_screenshot('1.png')

# Run the stata setup cell
print("Ready to run stata setup cell")
Expand All @@ -35,7 +34,6 @@
actions.key_up(Keys.SHIFT)
actions.pause(5)
actions.perform()
browser.save_screenshot('2.png')

# Save notebook with output
print("Ready to save notebook")
Expand All @@ -47,4 +45,3 @@
actions.send_keys(Keys.ENTER)
actions.pause(1)
actions.perform()
browser.save_screenshot('3.png')

0 comments on commit 5ce824f

Please sign in to comment.