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

Output saving #11

Merged
merged 6 commits into from
Dec 6, 2023
Merged

Conversation

greg-neustroev
Copy link
Collaborator

Pull request details

Describe the changes made in this pull request

Implemented a method for saving the clustering result into CSV files.

List of related issues or pull requests

Closes #5

@greg-neustroev greg-neustroev requested a review from clizbe December 5, 2023 17:54
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5c5e7d9) 100.00% compared to head (f6c0e6a) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #11    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            4         5     +1     
  Lines          129       234   +105     
==========================================
+ Hits           129       234   +105     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@clizbe clizbe left a comment

Choose a reason for hiding this comment

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

Looks good except a couple text changes you can just accept and merge. :)

src/io.jl Outdated Show resolved Hide resolved
src/io.jl Outdated Show resolved Hide resolved
greg-neustroev and others added 2 commits December 6, 2023 10:26
Co-authored-by: Lauren Clisby <[email protected]>
Co-authored-by: Lauren Clisby <[email protected]>
@greg-neustroev greg-neustroev merged commit aa41a6a into TulipaEnergy:main Dec 6, 2023
13 checks passed
@greg-neustroev greg-neustroev deleted the 5-output-saving branch December 6, 2023 09:47
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.

Implement output saving to csv
2 participants