Skip to content
Snippets Groups Projects
Commit da5a3ca2 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

provide minitest2 report

parent ab0c2a7f
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -23,4 +23,3 @@ def draw_classic_axes(ax, x=0, y=0, xlabeloffset=.1, ylabeloffset=.07): ...@@ -23,4 +23,3 @@ def draw_classic_axes(ax, x=0, y=0, xlabeloffset=.1, ylabeloffset=.07):
for pos, label in zip(ax.get_yticks(), ax.get_yticklabels()): for pos, label in zip(ax.get_yticks(), ax.get_yticklabels()):
ax.text(x - ylabeloffset, pos, label.get_text(), ax.text(x - ylabeloffset, pos, label.get_text(),
ha='right', va='center') ha='right', va='center')
...@@ -48,7 +48,7 @@ If something is unclear, if you notice a typo, or if you have a suggestion, plea ...@@ -48,7 +48,7 @@ If something is unclear, if you notice a typo, or if you have a suggestion, plea
### Minitest 2 ### Minitest 2
[solution](https://solidstate.quantumtinkerer.tudelft.nl/solution_minitest_2.pdf) [Results report](https://solidstate.quantumtinkerer.tudelft.nl/summary_report_minitest2.html), [solution](https://solidstate.quantumtinkerer.tudelft.nl/solution_minitest_2.pdf)
## Practice exams ## Practice exams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment