Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed May 21, 2024
1 parent 34e9298 commit 7699051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmp_rt2bl.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def plot_results(file_BL,file_RT):
# end if

# Finally, make figure.
if (len(x1) > 1):
if (np.size(x1) > 1):
fig = plt.figure(figsize=(13,10))
# Baselines
plt.subplot(3,1,1)
Expand Down

0 comments on commit 7699051

Please sign in to comment.