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

Plotter has not been updated to new file formats #256

Open
Lightxyz opened this issue Sep 7, 2023 · 0 comments
Open

Plotter has not been updated to new file formats #256

Lightxyz opened this issue Sep 7, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Lightxyz
Copy link
Contributor

Lightxyz commented Sep 7, 2023

Version & Branch

main

Expected Behaviour

When running the plotter, I expect it to parse the output files and create the plots.

Actual Behaviour

The plotter doesn't parse any of the output files of experiments, as it expects the files to be in the old format of ^exec_sample-(\d+)_phase-2_dur-\d*.csv$
Further, when you change the file name to match this, the column for the response time doesn't correspond to the one the plotter expects. relevant line should actually be if j == 5

Steps to Reproduce the Problem

  1. Run any experiment
  2. Run the plotter with the input folder being the output of the experiment.
@Lightxyz Lightxyz added bug Something isn't working good first issue Good for newcomers labels Sep 7, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant