Skip to content

totals in report get messed up when pointing to same input #125

Description

@Nina-mvH

I wrote the following dummy config to test report development:

tasks:
  - name: hello
    kind: local
    module: /Users/nv5842/github/tigerflow/playground/dev_tests/hello_task/hello_world.py
    input_ext: .txt
  - name: hello2
    kind: local
    module: /Users/nv5842/github/tigerflow/playground/dev_tests/hello_task/hello_world.py
    input_ext: .txt

The hello task is also a dummy task based on the hello world one from the docs. This is what the report dashboard looks like for running this config with 3 (2 valid) input files:

Image (Note: the `warnings` section is what I'm currently working on and not an official part of the dashboard)

Some things to notice:

  • The order of the tasks is inconsistent between sections
  • The progress bars are different lengths
  • Despite both tasks completing 2/3 files, the progress total for hello2 is 2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions