lanl / SEPIA

Simulation-Enabled Prediction, Inference, and Analysis: physics-informed statistical learning.
Other
29 stars 6 forks source link

Code Formatting #45

Open luiarthur opened 2 years ago

luiarthur commented 2 years ago

Currently, some lines in the source are unnecessarily long (longer than 80 characters). This makes the source and diffs potentially difficult to read. When reasonable, these lines should be broken up into multiple lines so that each line has no more than 80 characters.