-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor datasets.py module #74
Milestone
Comments
I also added |
bongjinkoo
added a commit
that referenced
this issue
May 13, 2022
bongjinkoo
added a commit
that referenced
this issue
May 13, 2022
bongjinkoo
added a commit
that referenced
this issue
May 13, 2022
bongjinkoo
added a commit
that referenced
this issue
May 13, 2022
… error checks in datasets.py. Update test_datasets.py.
bongjinkoo
added a commit
that referenced
this issue
May 13, 2022
bongjinkoo
added a commit
that referenced
this issue
May 14, 2022
bongjinkoo
added a commit
that referenced
this issue
May 15, 2022
bongjinkoo
added a commit
that referenced
this issue
May 15, 2022
bongjinkoo
added a commit
that referenced
this issue
May 15, 2022
bongjinkoo
added a commit
that referenced
this issue
May 15, 2022
bongjinkoo
added a commit
that referenced
this issue
May 15, 2022
bongjinkoo
added a commit
that referenced
this issue
May 16, 2022
bongjinkoo
added a commit
that referenced
this issue
May 16, 2022
bongjinkoo
added a commit
that referenced
this issue
May 16, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
…s difference test instances access the same file.
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
bongjinkoo
added a commit
that referenced
this issue
May 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What?
OSFProject
in ioSPI/datasets.py that refactors the code in:Project
in ioSPI's PR#70OSFUpload
in ioSPI/datasets.py moduleupload_dataset_from_files
of simSPI's tem_tutorial.ipynbupload_dataset_from_files
of simSPI's tem_tutorial.ipynbdatasets.py
module.Why?
There are several reasons for this task:
The library ioSPI can only be useful if users can understand it quickly. This task is urgent and very much needed.
Where?
The class
OSFProject
should go into the ioSPI/datasets.py module.This class replaces the classes
Project
andOSFUpload
from ioSPI/datasets.py.How?
The new class
OSFProject
should have (at least):ls
: listing the files of a OSF projectdownload
upload
and follow the logic that one object instantiated from this class corresponds to one OSF project.
The text was updated successfully, but these errors were encountered: