Skip to content

Commit

Permalink
Remove inadvertent references to secret world domination plans.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Mar 24, 2014
1 parent 2e34236 commit 5f682df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 1d/dry_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def dry_state(num_cells,eigen_method,entropy_fix,**kargs):

# Redirect loggers
# This is not working for all cases, see comments in runclaw.py
for logger_name in ['pyclaw.io','spyclaw.olution','plot','pyclaw.solver','f2py','data']:
for logger_name in ['pyclaw.io','pyclaw.solution','plot','pyclaw.solver','f2py','data']:
runclaw.replace_stream_handlers(logger_name,log_path,log_file_append=False)

# Load in appropriate PyClaw version
Expand Down
2 changes: 1 addition & 1 deletion 1d/internal_lapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def internal_lapping(num_cells,eigen_method,**kargs):

# Redirect loggers
# This is not working for all cases, see comments in runclaw.py
for logger_name in ['pyclaw.io','spyclaw.olution','plot','pyclaw.solver','f2py','data']:
for logger_name in ['pyclaw.io','pyclaw.solution','plot','pyclaw.solver','f2py','data']:
runclaw.replace_stream_handlers(logger_name,log_path,log_file_append=False)

# Load in appropriate PyClaw version
Expand Down
2 changes: 1 addition & 1 deletion 1d/oscillatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def oscillatory_wind(num_cells,eigen_method,**kargs):

# Redirect loggers
# This is not working for all cases, see comments in runclaw.py
for logger_name in ['pyclaw.io','spyclaw.olution','plot','pyclaw.solver','f2py','data']:
for logger_name in ['pyclaw.io','pyclaw.solution','plot','pyclaw.solver','f2py','data']:
runclaw.replace_stream_handlers(logger_name,log_path,log_file_append=False)

# Load in appropriate PyClaw version
Expand Down
2 changes: 1 addition & 1 deletion 1d/rarefaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def rarefaction(num_cells,eigen_method,entropy_fix,**kargs):

# Redirect loggers
# This is not working for all cases, see comments in runclaw.py
for logger_name in ['pyclaw.io','spyclaw.olution','plot','pyclaw.solver','f2py','data']:
for logger_name in ['pyclaw.io','pyclaw.solution','plot','pyclaw.solver','f2py','data']:
runclaw.replace_stream_handlers(logger_name,log_path,log_file_append=False)

# Load in appropriate PyClaw version
Expand Down
2 changes: 1 addition & 1 deletion 1d/shelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def jump_shelf(num_cells,eigen_method,**kargs):

# Redirect loggers
# This is not working for all cases, see comments in runclaw.py
for logger_name in ['pyclaw.io','spyclaw.olution','plot','pyclaw.solver','f2py','data']:
for logger_name in ['pyclaw.io','pyclaw.solution','plot','pyclaw.solver','f2py','data']:
runclaw.replace_stream_handlers(logger_name,log_path,log_file_append=False)

# Load in appropriate PyClaw version
Expand Down
2 changes: 1 addition & 1 deletion 1d/wave_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def wave_family(num_cells,eigen_method,wave_family,dry_state=True,**kargs):

# Redirect loggers
# This is not working for all cases, see comments in runclaw.py
for logger_name in ['pyclaw.io','spyclaw.olution','plot','pyclaw.solver','f2py','data']:
for logger_name in ['pyclaw.io','pyclaw.solution','plot','pyclaw.solver','f2py','data']:
runclaw.replace_stream_handlers(logger_name,log_path,log_file_append=False)

# Load in appropriate PyClaw version
Expand Down
2 changes: 1 addition & 1 deletion 1d/well_balanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def smooth_test(eigen_method, dry=False, **kargs):

# Redirect loggers
# This is not working for all cases, see comments in runclaw.py
for logger_name in ['pyclaw.io','spyclaw.olution','plot','pyclaw.solver','f2py','data']:
for logger_name in ['pyclaw.io','pyclaw.solution','plot','pyclaw.solver','f2py','data']:
runclaw.replace_stream_handlers(logger_name,log_path,log_file_append=False)

# Load in appropriate PyClaw version
Expand Down

0 comments on commit 5f682df

Please sign in to comment.