-
Notifications
You must be signed in to change notification settings - Fork 17
PrairieView Reader Added #44
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
Conversation
|
I'm not sure why it's resulting in the error for |
|
Thanks @kushalbakshi. Is this formatted with |
It was not. I have updated it in the latest commit. Just need to add the docstring explanation now |
Co-authored-by: Thinh Nguyen <thinh@vathes.com>
The reason that this is failing is because of our new GitHub Actions that requires each version to link (with brackets) to the tag (if it will exist after the merge) or a diff between versions. See this changelog as an example. We haven't updated this repo's changelog to reflect the new GitHub Actions. Would you also be able to make this update? |
Yes, I'm now seeing that this repo does not have any existing tags. I can make a release for v0.2.1 and another comparing that to v0.3.0? |
|
Hi @kabilar, I tried to update the CHANGELOG entry to reflect that of |
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
kabilar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kushalbakshi! Great work. A couple of questions listed below and then we can merge.
For future reference, we try to employ a line length of 88 for readability and use PEP8 standards for naming variables without using abbreviations. That said there are plenty of locations in our codebase that don't abide by these guidelines, but we have these goals for improving our code readability.
Sounds good. Thank you. I will update the linter and Black formatter settings in VScode to trigger errors when these aren't met |
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
Co-authored-by: Dimitri Yatsenko <dimitri@datajoint.com>
|
@dimitri-yatsenko @kabilar I've tested a successful ingestion on my local machine. Updates here and at |
kabilar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kushalbakshi! Great work.
No description provided.