Skip to content

Commit

Permalink
Bug correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingfeiwang committed Sep 15, 2023
1 parent 1427cd2 commit 9b5dff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dictys/net/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def check(self)->None:
Validate self.
"""
import numpy as np
from collections import Counter
from dictys.traj import trajectory
for xi in [[self.cn,self.cname,self.cdict,'cell','c'],[self.sn,self.sname,self.sdict,'state','s'],[self.nn,self.nname,self.ndict,'gene','n']]:
if xi[0]==0:
Expand Down

0 comments on commit 9b5dff7

Please sign in to comment.