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

Splitting data and helper operations into separate files and avoid unnecessary downloads #37

Closed

Conversation

jasperschroeder
Copy link
Collaborator

@jasperschroeder jasperschroeder commented Sep 7, 2024

Two major changes with this Pull Request:

  1. Splitting data and helper operations into separate files
    To avoid cluttering of runAnalysis file, I extracted the functions that take care of data operations and general utility functions into a data_utils and a utils file. (The data_utils file replaced/extended the previous input_utils file). Relates to what is mentioned in Issue 35

  2. Check if requested file is already present
    To avoid time-consuming save/write operations, I included a check if a file already exists so that a file does not need to be written again.

Other than that, I improved/modified existing code, where possible. I also had a look at the GUI_F3.ipynb notebook and made some improvements, where possible.

@matamadio
Copy link
Collaborator

I think this can be closed, being superseeded..?

@matamadio matamadio closed this Sep 18, 2024
@jasperschroeder jasperschroeder deleted the js/no_download_if_file_is_already_present branch November 12, 2024 18:30
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