PaNOSC-ViNYL / SimEx

Start-to-end photon experiment simulation platform
https://simex.readthedocs.io/
GNU General Public License v3.0
26 stars 25 forks source link

pmi_diagnostics.py needs update #184

Open JunCEEE opened 4 years ago

JunCEEE commented 4 years ago

python Sources/python/ScriptCollection/DataAnalysis/pmi/pmi_diagnostics.py got an error:

File "pmi_diagnostics.py", line 118 if a_comm == 'plot-disp': ^ IndentationError: expected an indented block

JunCEEE commented 4 years ago

More erros pompt out in after add pass under 118 in pmi_diagnostics.py. @CFGrote Any suggestions to fix this?