initial commit
This commit is contained in:
13
tests/test_compute_init_parameters.py
Normal file
13
tests/test_compute_init_parameters.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from prettyprinter import pprint
|
||||
from scgenerator import initialize as init
|
||||
from scgenerator.io import load_toml
|
||||
|
||||
debug = 56
|
||||
|
||||
config = load_toml("testing/configs/compute_init_parameters/good.toml")
|
||||
config = init.ensure_consistency(config)
|
||||
try:
|
||||
params = init.compute_init_parameters(config)
|
||||
except:
|
||||
raise
|
||||
pprint(params)
|
||||
Reference in New Issue
Block a user