Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removing sloppy sys.path edit
  • Loading branch information
AJ Medford committed Jun 22, 2016
1 parent c3da9c6 commit 7a11d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tutorials/electrochemistry/HER/mkm_job.py
Expand Up @@ -32,4 +32,4 @@
vm.min = 1e-20
vm.max = 1e-5
vm.unique_only = False # Save all the figures (not just the unique one)
fig = vm.plot(save='directional_rates.png')
fig = vm.plot(save='directional_rates.png')
2 changes: 0 additions & 2 deletions tutorials/second_order_interactions/mkm_job.py
@@ -1,5 +1,3 @@
import sys
sys.path.insert(0,'/Users/aj/catmap')
from catmap import ReactionModel
from catmap import analyze
import numpy as np
Expand Down

0 comments on commit 7a11d9f

Please sign in to comment.