Commit 236617fc authored by Mario's avatar Mario
Browse files

formatting -.-

parent de2317ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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