Skip to content

Commit

Permalink
remove empty views column for now
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Feb 2, 2024
1 parent c0427f1 commit 1958271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LidDrivenCavity3D/assets/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def main(campaign, comparisson=None):
)

# comparisson against other results
try
try:
if comparisson:
for c in comparisson:
df_orig = df
Expand Down

0 comments on commit 1958271

Please sign in to comment.