version bump
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "scgenerator"
|
name = "scgenerator"
|
||||||
version = "0.3.12"
|
version = "0.3.13"
|
||||||
description = "Simulate nonlinear pulse propagation in optical fibers"
|
description = "Simulate nonlinear pulse propagation in optical fibers"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
|
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
|
||||||
|
|||||||
@@ -56,7 +56,6 @@ PARAMS2 = sc.Parameters(
|
|||||||
|
|
||||||
|
|
||||||
def test_poly_dispersion_grid_size():
|
def test_poly_dispersion_grid_size():
|
||||||
|
|
||||||
params = PARAMS1.compile()
|
params = PARAMS1.compile()
|
||||||
disp_ind = params.compute("dispersion_ind")
|
disp_ind = params.compute("dispersion_ind")
|
||||||
|
|
||||||
@@ -67,7 +66,6 @@ def test_poly_dispersion_grid_size():
|
|||||||
|
|
||||||
def test_custom_dispersion_grid_size():
|
def test_custom_dispersion_grid_size():
|
||||||
params = PARAMS2.compile()
|
params = PARAMS2.compile()
|
||||||
params.compute("t")
|
|
||||||
disp_ind = params.compute("dispersion_ind")
|
disp_ind = params.compute("dispersion_ind")
|
||||||
|
|
||||||
assert disp_ind is not None
|
assert disp_ind is not None
|
||||||
|
|||||||
Reference in New Issue
Block a user