Skip to content

Commit

Permalink
Bug fix for psipals
Browse files Browse the repository at this point in the history
  • Loading branch information
sumseq committed May 9, 2024
1 parent 2eb320f commit 7d02bb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
3 changes: 2 additions & 1 deletion scripts/psipals.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import matplotlib.cm as cm
#from matplotlib.colors import ListedColormap
from matplotlib.colors import LinearSegmentedColormap
import sys

def load(N=1024):
# Check for tools or corhel directory and set path root accordingly.
Expand All @@ -17,7 +18,7 @@ def load(N=1024):
rgbdir="/tools/ps_rsrc/rgb_color_palettes/rgb/"
ierr=1
else:
rootdir="./"
rootdir=sys.path[0]+"/"
rgbdir="psi_color_palettes/"
ierr=1

Expand Down
Binary file removed testsuite/small/run/br_input_small.h5
Binary file not shown.
30 changes: 0 additions & 30 deletions testsuite/small/run/pot3d.dat

This file was deleted.

0 comments on commit 7d02bb2

Please sign in to comment.