Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
UW-Glance
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eva Schiffer
UW-Glance
Commits
d28996c4
Commit
d28996c4
authored
3 years ago
by
Eva Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
fixing documentation and links inside summary report
parent
f48836f5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyglance/glance/compare.py
+3
-2
3 additions, 2 deletions
pyglance/glance/compare.py
pyglance/glance/report-concise.txt
+3
-3
3 additions, 3 deletions
pyglance/glance/report-concise.txt
with
6 additions
and
5 deletions
pyglance/glance/compare.py
+
3
−
2
View file @
d28996c4
...
...
@@ -1720,8 +1720,9 @@ def main():
Note: If you provided one or two directory paths and those paths included more than one set of files
that Glance is able to generate reports for, those reports will be placed in the output path in
separate temporarily directories. These directories are only labeled numerically and with the name of
the A file. In future we hope to have a summary report available for the run.
separate temporarily directories. These directories are labeled numerically and with the name of
the A file. A
"
summary.html
"
summary report for the run will be created in the top level output
directory when comparing files (when simply inspecting files no summary report will be created).
If you would prefer to generate reports without images, use the --reportonly option. This option will
generate the html report but omit the images. This may be significantly faster, depending on your system,
...
...
This diff is collapsed.
Click to expand it.
pyglance/glance/report-concise.txt
+
3
−
3
View file @
d28996c4
...
...
@@ -34,7 +34,7 @@ Copyright (c) 2021 University of Wisconsin SSEC. All rights reserved.
## info on which comparison this was
## a header with where our report is
<h3>${report_dir}</h3>
<h3>
<a href="./
${report_dir}
/index.html">${report_dir}</a>
</h3>
<p>
${len(passed_vars)} / ${len(passed_vars) + len(failed_vars)} variables passed comparison
...
...
@@ -59,7 +59,7 @@ Copyright (c) 2021 University of Wisconsin SSEC. All rights reserved.
% for varKey in sorted(failed_vars) :
<tr>
<td>
<a href="./${varKey}/index.html">${varKey}</a>
<a href="./${
report_dir}/${
varKey}/index.html">${varKey}</a>
</td>
<td>
${var_stats[varKey]["Numerical Comparison Statistics"]["diff_outside_epsilon_count"]}
...
...
@@ -103,7 +103,7 @@ Copyright (c) 2021 University of Wisconsin SSEC. All rights reserved.
<%
isFirst = False
%>
<a href="./${varKey}/index.html">${varKey}</a>
<a href="./${
report_dir}/${
varKey}/index.html">${varKey}</a>
% endfor
</p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment