Skip to content

Commit

Permalink
debug dynamics plot params reading
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Aug 23, 2023
1 parent b36814a commit 05e948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamo/plot/dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ def dynamics(

true_p = None
true_params = [None, None, None]
vel_params_df = get_vel_params(adata).loc[valid_gene_names]
vel_params_df = get_vel_params(valid_adata)
logLL = vel_params_df.loc[valid_gene_names, prefix + "logLL"]
est_params_df = vel_params_df.loc[
valid_gene_names,
Expand Down

0 comments on commit 05e948f

Please sign in to comment.