From 478a606bab4e73626220cbc16c69293d1c2bdc04 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Fri, 18 May 2018 06:26:37 -0400 Subject: [PATCH] Change in code --- doc/Programs/RandomWalks/OneDimParticle.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/Programs/RandomWalks/OneDimParticle.py b/doc/Programs/RandomWalks/OneDimParticle.py index ec77cdb42..50cfd042a 100644 --- a/doc/Programs/RandomWalks/OneDimParticle.py +++ b/doc/Programs/RandomWalks/OneDimParticle.py @@ -1,6 +1,4 @@ -# Program to test the Metropolis algorithm with one particle at given temp in -# one dimension -#!/usr/bin/env python +# Program to test the Metropolis algorithm with one particle at given temp in one dimension import numpy as np import matplotlib.mlab as mlab import matplotlib.pyplot as plt