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 e4ebc56 commit 266895f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cmp_rt2bl.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ def plot_results(file_BL,file_RT):
# Baselines
plt.subplot(3,1,1)
plt.title(SCM_BL[var].description, fontsize=12)
print("var: ",var)
print("x1: ",x1)
print("y1: ",y1)
print("z1: ",z1)

plt.contourf(x1, y1, z1, clev, cmap='YlGnBu')
plt.ylim(1000,200)
plt.ylabel('(Pa)')
Expand Down

0 comments on commit 266895f

Please sign in to comment.