Fix #698 and #699#706
Merged
Merged
Conversation
ixcat
approved these changes
Nov 21, 2019
| cls.trash = schema.UberTrash() | ||
|
|
||
| def test_class_help(self): | ||
| help(schema.TTest) |
There was a problem hiding this comment.
would it make sense to also e.g.:
assert schema.TTest.definition in schema.TTest.__doc__
Member
Author
There was a problem hiding this comment.
done. Also moved into test_declare
| def test_class_help(self): | ||
| help(schema.TTest) | ||
|
|
||
| def test_instance_help(self): |
There was a problem hiding this comment.
as before r.e. testing for definition in doc.
Member
Author
There was a problem hiding this comment.
done. Also moved into test_declare
guzman-raphael
requested changes
Nov 21, 2019
guzman-raphael
left a comment
Collaborator
There was a problem hiding this comment.
Can you update CHANGELOG.md and docs-parts/intro/Releases_lang1.rst based on these updates?
Collaborator
|
@dimitri-yatsenko Can you also update |
| raise DataJointError('datajoint-python does not yet support sparse arrays. Issue (#590)') | ||
|
|
||
| def read_scalar(selfs): | ||
|
|
Collaborator
There was a problem hiding this comment.
This looks like a typo... Does not raise/return anything?
guzman-raphael
approved these changes
Nov 22, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.