Syntax fixes.

这个提交包含在:
Craig Warren
2019-10-11 11:21:00 +01:00
父节点 7f9909068f
当前提交 505605fd0f
共有 3 个文件被更改,包括 3 次插入2 次删除

查看文件

@@ -1,4 +1,4 @@
# This is where the version number is set and read by setup.py and conf.py (for the docs) # This is where the version number is set and read by setup.py and conf.py (for the docs)
__version__ = '3.2.0b0' __version__ = '3.2.0b0'
codename = '' codename = 'Johns whisky choice!'

查看文件

@@ -22,8 +22,8 @@ import logging
from .config import create_simulation_config from .config import create_simulation_config
from .contexts import create_context from .contexts import create_context
logging.basicConfig(level=logging.INFO, format='%(message)s')
logging.basicConfig(level=logging.INFO)
def run( def run(
scenes=None, scenes=None,

查看文件

@@ -24,6 +24,7 @@ from colorama import Fore
from colorama import Style from colorama import Style
init() init()
import numpy as np import numpy as np
from scipy.constants import c
import gprMax.config as config import gprMax.config as config
from .exceptions import GeneralError from .exceptions import GeneralError