First run at adding fixed z model
This commit is contained in:
6
tests/model/test_fixed_z_plane_model.py
Normal file
6
tests/model/test_fixed_z_plane_model.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pdme.model.fixed_z_plane_model import FixedZPlaneModel
|
||||
|
||||
|
||||
def test_fixed_z_plane_model_repr():
|
||||
model = FixedZPlaneModel(1, 2, 3, 4, 5, 6)
|
||||
assert repr(model) == "FixedZPlaneModel(1, 2, 3, 4, 5, 6)"
|
||||
Reference in New Issue
Block a user