refactor: update Python version and optimize dice configuration parameters
This commit is contained in:
@@ -84,7 +84,7 @@ class DiceHandler:
|
||||
npt_eq_config = NPTEqConfig.from_config(state.config)
|
||||
dice.run(npt_eq_config)
|
||||
|
||||
results.append(dice.extract_results())
|
||||
results.append(dice.parse_results(state.system))
|
||||
|
||||
@staticmethod
|
||||
def _generate_phb_file(state: StateModel, proc_directory: Path) -> None:
|
||||
|
||||
Reference in New Issue
Block a user