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

Added convenience functionality for result file handling. #166

Merged
merged 5 commits into from
Aug 23, 2023

Conversation

rfahlberg
Copy link
Collaborator

@rfahlberg rfahlberg commented Aug 21, 2023

  • Extended ParametricSystem wrapper class by interface / convenience functionality to:
    • Obtain path to result OMDB file (resemble functionality of OWS "/omdb" endpoints)
    • Generate and store a CSV/Json file containing result designs
  • Extended Node wrapper class by interface / convenience functionality to:
    • Obtain information about node result files
  • Extended Project wrapper class by
    • Obtain information about project result files

Copy link
Collaborator

@PanekOndrej PanekOndrej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit tests are not yet done, I'm currently working on another project (and wanted to proceed after confirmation of #155 (comment)). Do you need me to finish this ASAP or can it wait? I estimate that I need about 0.5 day to finish this.

@rfahlberg
Copy link
Collaborator Author

@PanekOndrej, if possible, please finish ASAP. If not, we can add the unit tests in a separate PR.

benjaminbendig
benjaminbendig previously approved these changes Aug 22, 2023
@PanekOndrej
Copy link
Collaborator

@PanekOndrej, if possible, please finish ASAP. If not, we can add the unit tests in a separate PR.

15 minutes please, just in case you want to merge

@benjaminbendig benjaminbendig dismissed their stale review August 22, 2023 13:55

Changes pending

@rfahlberg rfahlberg merged commit df6eacb into main Aug 23, 2023
@rfahlberg rfahlberg deleted the feat/result-files branch August 23, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add interface / convenience functionality concerning result file handling needed by SAF
3 participants