Skip to content

Commit

Permalink
Merge pull request #562 from ExoCTK/pa_val
Browse files Browse the repository at this point in the history
Fixed pa_val bug in contam tool
  • Loading branch information
hover2pi authored Mar 29, 2023
2 parents c27eefc + 537ea89 commit 38155bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exoctk/exoctk_app/app_exoctk.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def contam_visibility():

else:

contam_script = contam_div = contam_js = contam_css = ''
contam_script = contam_div = contam_js = contam_css = pa_val = ''

return render_template('contam_visibility_results.html',
form=form, vis_plot=vis_div,
Expand Down

0 comments on commit 38155bd

Please sign in to comment.