mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-23 08:24:21 -04:00
tests: update auxiliary files
This commit is contained in:
@@ -175,14 +175,14 @@
|
||||
|
||||
\resumeSubheading
|
||||
{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
|
||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubheading
|
||||
{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
|
||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||
\resumeItemListEnd
|
||||
|
||||
@@ -175,14 +175,14 @@
|
||||
|
||||
\resumeSubheading
|
||||
{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
|
||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubheading
|
||||
{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
|
||||
\resumeItem{}{\raggedright \mbox{\textbf{\textit{J. Doe}}}, \mbox{H. Tom}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
||||
\resumeItemListEnd
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -72,8 +72,8 @@ def test_read_input_file(input_file_path):
|
||||
}
|
||||
|
||||
# dump the dictionary to a yaml file
|
||||
yaml = ruamel.yaml.YAML()
|
||||
yaml.dump(input_dictionary, input_file_path)
|
||||
yaml_object = ruamel.yaml.YAML()
|
||||
yaml_object.dump(input_dictionary, input_file_path)
|
||||
|
||||
data_model = dm.read_input_file(input_file_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user