Skip to content

Commit c06a841

Browse files
Update janus_core/calculations/phonons.py
Co-authored-by: Elliott Kasoar <[email protected]>
1 parent 0a4025d commit c06a841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

janus_core/calculations/phonons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def __init__(
162162
temp_min: float = 0.0,
163163
temp_max: float = 1000.0,
164164
temp_step: float = 50.0,
165-
force_consts_to_hdf5: None = None,
165+
force_consts_to_hdf5: bool | None = None,
166166
hdf5: bool = True,
167167
plot_to_file: bool = False,
168168
write_results: bool = True,

0 commit comments

Comments
 (0)