jaem-seo / KSTAR_tokamak_simulator

A tokamak (nuclear fusion reactor) simulator with LSTM-based neural network (KSTAR-NN)
MIT License
57 stars 12 forks source link

Update Coding Style to UPPER_CASE and Snake Case and codacy for security scanning #4

Closed mendax0110 closed 12 months ago

mendax0110 commented 1 year ago

Update Coding Style to UPPER_CASE and Snake Case

Description

This pull request updates the coding style in the kstar_simulator_v1.py and in the kstar_simulator_v0.py file to match the Python convention of UPPER_CASE for constants and snake_case for variable names.

Changes Made

Files Modified

Testing

No functional changes have been made in this pull request, so no additional testing is required. The code continues to work as expected.

Checklist

Additional Notes

This update enhances code readability and maintains consistency with Python coding standards. Please review the changes and merge this pull request if everything looks good.

Thank you!