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

change implementation of read dataframe #1160

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

jd-lara
Copy link
Member

@jd-lara jd-lara commented Oct 11, 2024

No description provided.

@jd-lara jd-lara requested a review from daniel-thom October 11, 2024 18:54
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.40%. Comparing base (a0626bb) to head (31f1a6b).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1160      +/-   ##
==========================================
- Coverage   76.40%   76.40%   -0.01%     
==========================================
  Files         121      121              
  Lines       13090    13089       -1     
==========================================
- Hits        10001    10000       -1     
  Misses       3089     3089              
Flag Coverage Δ
unittests 76.40% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/utils/file_utils.jl 82.75% <100.00%> (-0.58%) ⬇️

Copy link
Contributor

Performance Results

Version Precompile Time
Main 4.380367273
This Branch 4.549427167
Version Build Time
Main-Build Time Precompile 66.105151218
Main-Build Time Postcompile 0.98157348
This Branch-Build Time Precompile 67.056749712
This Branch-Build Time Postcompile 1.088992003
Version Solve Time
Main-Solve Time Precompile 1941.701255486
Main-Solve Time Postcompile 1910.456674411
This Branch-Solve Time Precompile 451.497677854
This Branch-Solve Time Postcompile 408.182187202

open(filename, "r") do io
DataFrames.DataFrame(CSV.File(io))
end
return CSV.read(filename, DataFrames.DataFrame)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does this fix the issue?

@jd-lara jd-lara merged commit 5863e9e into main Oct 11, 2024
10 of 11 checks passed
@jd-lara jd-lara deleted the jd/fix_csv_file_permission branch October 11, 2024 21:01
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.

2 participants