refactor: update Python version and optimize dice configuration parameters
This commit is contained in:
@@ -6,7 +6,7 @@ import pytest
|
||||
class TestDiceConfig:
|
||||
def test_class_instantiation(self):
|
||||
dice_dto = DiceConfig(
|
||||
nprocs=1,
|
||||
nprocs=1,
|
||||
ljname="test",
|
||||
outname="test",
|
||||
dens=1.0,
|
||||
|
||||
Reference in New Issue
Block a user