Skip to content

Commit b76554a

Browse files
bugfix
1 parent 1522bb3 commit b76554a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/netmap/downstream/final_downstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def get_mode(row):
585585

586586
return net_df_curated
587587

588-
def plot_reg_curated(net_df: DataFrame, regulon: List, name="network", layout: Optional[str]="hierarchical", out_path="network_plots/"):
588+
def plot_reg_curated(net_df: pd.DataFrame, regulon: List, name="network", layout: Optional[str]="hierarchical", out_path="network_plots/"):
589589

590590
# Filter network for selected regulon
591591
df = net_df

0 commit comments

Comments
 (0)