Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baseline comparison "passes" when baseline absent #132

Closed
cbegeman opened this issue Oct 9, 2023 · 0 comments · Fixed by #133
Closed

Baseline comparison "passes" when baseline absent #132

cbegeman opened this issue Oct 9, 2023 · 0 comments · Fixed by #133
Assignees
Labels
bug Something isn't working framework Changes relating to the polaris framework as opposed to individual tests or analysis

Comments

@cbegeman
Copy link
Collaborator

cbegeman commented Oct 9, 2023

When a baseline is not provided, the output from running the tasks includes baseline comp.: PASS. This line should either be removed or replaces with something like baseline comp.: N/A

For example:

polaris calling: polaris.run.serial._run_task()
  in /global/u1/c/cbegeman/polaris-repo/ocn-enhance-convergence-analysis/polaris/run/serial.py

Running steps: init_200km, forward_200km, init_100km, forward_100km, init_50km, forward_50km, init_25km, forward_25km, analysis
  * step: init_200km
          already completed
  * step: forward_200km
          already completed
  * step: init_100km
          execution:        SUCCESS
          runtime:          0:00:03
  * step: forward_100km
          execution:        SUCCESS
          runtime:          0:00:16
  * step: init_50km
          execution:        SUCCESS
          runtime:          0:00:02
  * step: forward_50km
          execution:        SUCCESS
          runtime:          0:00:12
  * step: init_25km
          execution:        SUCCESS
          runtime:          0:00:07
  * step: forward_25km
          execution:        SUCCESS
          runtime:          0:00:15
  * step: analysis
          execution:        SUCCESS
          runtime:          0:00:01
  task execution:   SUCCESS
  baseline comp.:   PASS
  task runtime:     0:00:56
Task Runtimes:
0:00:56 PASS ocean/planar/inertial_gravity_wave
Total runtime: 0:00:59
PASS: All passed successfully!
@cbegeman cbegeman added the framework Changes relating to the polaris framework as opposed to individual tests or analysis label Oct 9, 2023
@xylar xylar added the bug Something isn't working label Oct 9, 2023
@xylar xylar self-assigned this Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working framework Changes relating to the polaris framework as opposed to individual tests or analysis
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants