tests: update auxiliary files

This commit is contained in:
Sina Atalay 2024-03-08 18:12:01 +01:00
parent 3e4bae6cf0
commit ffca993f4b
9 changed files with 6 additions and 6 deletions

View File

@ -175,14 +175,14 @@
\resumeSubheading \resumeSubheading
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021} {Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{} {\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
\resumeItemListStart \resumeItemListStart
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
\resumeItemListEnd \resumeItemListEnd
\resumeSubheading \resumeSubheading
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021} {Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{} {\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
\resumeItemListStart \resumeItemListStart
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
\resumeItemListEnd \resumeItemListEnd

View File

@ -175,14 +175,14 @@
\resumeSubheading \resumeSubheading
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021} {Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{} {\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
\resumeItemListStart \resumeItemListStart
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
\resumeItemListEnd \resumeItemListEnd
\resumeSubheading \resumeSubheading
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021} {Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Dec. 2021}
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{} {\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
\resumeItemListStart \resumeItemListStart
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
\resumeItemListEnd \resumeItemListEnd

View File

@ -72,8 +72,8 @@ def test_read_input_file(input_file_path):
} }
# dump the dictionary to a yaml file # dump the dictionary to a yaml file
yaml = ruamel.yaml.YAML() yaml_object = ruamel.yaml.YAML()
yaml.dump(input_dictionary, input_file_path) yaml_object.dump(input_dictionary, input_file_path)
data_model = dm.read_input_file(input_file_path) data_model = dm.read_input_file(input_file_path)