From 42b387ebb720d82cd4b5c01c504ebd160be98360 Mon Sep 17 00:00:00 2001 From: autopep8 Date: Wed, 27 Oct 2021 15:11:02 +0000 Subject: [PATCH 1/2] Automated autopep8 fixes --- openmc_dagmc_wrapper/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc_dagmc_wrapper/utils.py b/openmc_dagmc_wrapper/utils.py index 968796a..4105470 100644 --- a/openmc_dagmc_wrapper/utils.py +++ b/openmc_dagmc_wrapper/utils.py @@ -19,8 +19,8 @@ def create_material(material_tag: str, material_entry): if isinstance(material_entry, str): - openmc_material = nmm.Material.from_library(name=material_entry, material_id=None - ).openmc_material + openmc_material = nmm.Material.from_library( + name=material_entry, material_id=None).openmc_material elif isinstance(material_entry, openmc.Material): # sets the material name in the event that it had not been set openmc_material = material_entry From 68614743b2270e04bf965fe7dc435fd6ac88aca5 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Sat, 30 Oct 2021 06:54:39 +0100 Subject: [PATCH 2/2] added v0.2.4 citation --- CITATION.cff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..92feae7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,13 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Shimwell" + given-names: "Jonathan" + orcid: "https://orcid.org/0000-0001-6909-0946" +- family-names: "Delaporte-Mathurin" + given-names: "RĂ©mi" + orcid: "https://orcid.org/0000-0003-1064-8882" +title: "openmc-dagmc-wrapper. A Python package for performing standard neutronics simulations with OpenMC and DAGMC" +version: 0.2.4 +date-released: 2021-10-27 +url: "https://github.com/fusion-energy/openmc-dagmc-wrapper/tree/develop"