Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[pyos] 'C' is not defined in Operations docs #434

Closed
Labels
bugSomething is brokendocumentationImprove or add to documentation
@sneakers-the-rat

Description

@sneakers-the-rat

TheOperations docs

have examples like

A=gb.Matrix.from_coo([0,0,1,1,2], [1,2,0,2,1],                       [2.0,5.0,1.5,4.0,0.5])B=gb.Matrix.from_coo([0,0,1,1,2,2], [1,2,0,1,1,2],                       [3.,-2.,0.,6.,3.,1.])# These are equivalentC<<A.ewise_mult(B,op='min')# method styleC<<gb.binary.min(A&B)# functional style

but when I try and do either of these I get'C' is not defined which is what I expected from prior documentation. Would recommend making thesedoctests so that the docs don't include erroneous examples

part of:pyOpenSci/software-submission#81

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is brokendocumentationImprove or add to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp