Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ check_format: - if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME when: manual script: - pip install --upgrade black - black --check --diff -v . test_DMT: Loading DMT/config/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Collects the config from 3 different locations: They are all read and finally taken in the order given here. This means that anything given in the local directory overwrites all others. """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading DMT/core/circuit.py +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Must be used to describe a circuit and then passed to a circuit simulator dut. Later on this can be extended to allow (pseudo-)simulations directly inside DMT. """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading DMT/core/constants.py +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ Namings : * others: HICUM constants """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading DMT/core/data_reader.py +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ save_elpa(fname, ELPA, cols, firstline) Save data as a elpa file. """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ check_format: - if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME when: manual script: - pip install --upgrade black - black --check --diff -v . test_DMT: Loading
DMT/config/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Collects the config from 3 different locations: They are all read and finally taken in the order given here. This means that anything given in the local directory overwrites all others. """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading
DMT/core/circuit.py +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Must be used to describe a circuit and then passed to a circuit simulator dut. Later on this can be extended to allow (pseudo-)simulations directly inside DMT. """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading
DMT/core/constants.py +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ Namings : * others: HICUM constants """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading
DMT/core/data_reader.py +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ save_elpa(fname, ELPA, cols, firstline) Save data as a elpa file. """ # DMT_core # Copyright (C) from 2022 SemiMod # Copyright (C) until 2021 Markus Müller, Mario Krattenmacher and Pascal Kuthe Loading