bugs + refactoring

This commit is contained in:
Noe Brucy
2019-06-13 12:17:14 +02:00
parent fe5c9c6ac8
commit 84fcf81dfc
2 changed files with 130 additions and 204 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ parser.add_argument(
"--images",
nargs="*",
default=["coldens", "rho", "speed", "Q", "T"],
choices=["coldens", "rho", "speed", "Q", "T", "level", "cpu"],
choices=["coldens", "rho", "speed", "Q", "T", "levels", "cpu"],
)
parser.add_argument(
"--axes", nargs="*", default=["x", "y", "z"], choices=["x", "y", "z"]