Skip to content

Commit

Permalink
Removed broken refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1dds committed Jun 6, 2024
1 parent 934054d commit 7f6fb77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pysheaf/analysisTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import numpy as np
import pysheaf as ps
import dataTools
#import dataTools
import networkx as nx

def LocallyFuseAssignment( sheaf ):
Expand Down
6 changes: 3 additions & 3 deletions pysheaf/linearSheafExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

import numpy as np
import pysheaf as ps
import dataTools
import analysisTools
#import dataTools
#import analysisTools


def CompareArrays(array1,array2):
Expand Down Expand Up @@ -66,4 +66,4 @@ def CompareArrays(array1,array2):

analysisDemo= analysisTools.LinearAlgebraSheafAnalysisTool(graph);

all_morphisms = analysisDemo.GetAllEdgeMorphisms()
all_morphisms = analysisDemo.GetAllEdgeMorphisms()

0 comments on commit 7f6fb77

Please sign in to comment.