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

add continuables.jl for loading paths #71

Merged
merged 2 commits into from
Apr 3, 2024
Merged

add continuables.jl for loading paths #71

merged 2 commits into from
Apr 3, 2024

Conversation

ReneSkukies
Copy link
Member

Loading the paths was a bottle neck so far, this should make file lookup much faster. Additionally, that fixes a bug during loading and makes the code much more readable

Loading the paths was a bottle neck so far, this should make file look up much faster
@ReneSkukies ReneSkukies added bug Something isn't working enhancement New feature or request labels Mar 27, 2024
This was linked to issues Mar 27, 2024
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 31 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (38f6a1b) to head (721fb69).
Report is 27 commits behind head on dev.

Files Patch % Lines
src/load.jl 0.00% 31 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##             dev     #71   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          4       4           
  Lines        217     247   +30     
=====================================
- Misses       217     247   +30     

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

@ReneSkukies ReneSkukies linked an issue Mar 27, 2024 that may be closed by this pull request
src/load.jl Outdated Show resolved Hide resolved
src/load.jl Show resolved Hide resolved
Because of renaming and kicking out the root path loading broke, tests should be implemented next...; If no files are found or the path does not exists there will now be an error instead of an empty returned DF
@behinger
Copy link
Member

behinger commented Apr 3, 2024

ready to merge !

giphy

@ReneSkukies ReneSkukies merged commit cb953d6 into dev Apr 3, 2024
4 checks passed
@ReneSkukies ReneSkukies deleted the continuables branch April 3, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

loading with paths warnings only if multi session/tasks found Layout loads all files if derivative
2 participants