We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 471caa7 + 0263b8b commit 41b6be7Copy full SHA for 41b6be7
openmc_data_downloader/utils.py
@@ -141,7 +141,7 @@ def just_in_time_library_generator(
141
materials: list = [], # also accepts a single openmc.Material
142
particles: Optional[List[str]] = ["neutron", "photon"],
143
set_OPENMC_CROSS_SECTIONS: bool = True,
144
- overwrite: bool = True,
+ overwrite: bool = False,
145
) -> str:
146
147
# expands elements, materials xml into list of isotopes
0 commit comments