-
-
Notifications
You must be signed in to change notification settings - Fork 206
Refactor/clean up optional 2 #1569
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
Closed
Closed
Conversation
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
…rated code and remove support for deprecated array3 type
chore: fix some spelling mistakes refactor: minor readability cleanup in igraph_decompose() doc: more documentation improvements doc: several documentation improvements and cross-referencing chore: fix typo in error message docs: community_optimal_modulairty() does support directed graphs chore: do not warn about unknown warning options with legacy Intel compiler fix: validate sample size in igraph_motifs_randesu_estimate() chore: fix typo in comment
…d missing IGRAPH_R_CHECK error checks
fix: some BIPARTITE_TYPES parameters were incorrectly marked as optional refactor: use OPTIONAL instead of =NULL in interfaces refactor: minor readability cleanup in matching functions fix: `igraph_bipartite_projection_size()` now validates the bipartite `types` vector
…' in igraph_is_bipartite
fix: some weights parameters were incorrectly marked as OPTIONAL in functions.yaml fix: mark some optional weight parameters as OPTIONAL in functions.yaml fix: type -> types in is_bipartite interface
…n_size()` This parameter is optional in R, but not in C. Therefore the C interface definition doesn't provide a default or OPTIONAL marker.
interface: add more missing OPTIONAL markers
These checks are added automatically by Stimulus for OPTIONAL parameters
interface: even more missing OPTIONAL markers
Current Aviator status
This PR was closed without merging. If you still want to merge this PR, re-open it.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
…motifs()` and ensure that the default `sample.size` is integer
1d822ff
to
506dd8e
Compare
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.
Just testing, don't merge.