We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d54a24 commit 58b1eadCopy full SHA for 58b1ead
draft_comment.py
@@ -4,7 +4,7 @@
4
5
6
def get_plot_comparison_table_html(commit_id, plots):
7
- base_url = f"https://raw.githubusercontent.com/lkstrp/pypsa-validator/{commit_id}/dir-validation-images/"
+ base_url = f"https://raw.githubusercontent.com/lkstrp/pypsa-validator/{commit_id}/_validation-images/"
8
9
rows = []
10
for plot in plots:
0 commit comments