Skip to content

Commit

Permalink
Path problems
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1dds committed Nov 7, 2024
1 parent 7f30a16 commit abe0d07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 pysheaf.dataTools
import networkx as nx

def LocallyFuseAssignment( sheaf ):
Expand Down
4 changes: 2 additions & 2 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 pysheaf.dataTools
import pysheaf.analysisTools


def CompareArrays(array1,array2):
Expand Down

0 comments on commit abe0d07

Please sign in to comment.