Skip to content

Commit

Permalink
Fixed test bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Nov 6, 2015
1 parent 081c3c3 commit 16b686c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion msprime/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def add_header_argument(parser):

def add_max_memory_argument(parser):
parser.add_argument(
"--max-memory", "-M", default="100M",
"--max-memory", "-M", default="1G",
help=(
"Maximum memory to use. If the simulation exceeds this limit "
"exit with error status. Supports K,M and G suffixes"))
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def _get_pkgconfig_list(self, option):
print("pkg-config error (not installed?):", e)
except subprocess.CalledProcessError as e:
print("pkg-config failed:", e)
print("Returning pkg-config list", ret)
return ret

def _attempt_pkgconfig(self):
Expand Down

0 comments on commit 16b686c

Please sign in to comment.