brendanjmeade / celeri

Next generation earthquake cycle kinematics
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Make "get_NNN" function names better match the returned variable names #60

Open brendanjmeade opened 2 years ago

brendanjmeade commented 2 years ago

Where sensible, we'd like to have more naming consistency. For example,

NNN = get_NNN()

jploveless commented 2 years ago

Made some changes in https://github.com/brendanjmeade/celeri/commit/ec41ed52131a76b30ea7af8dc3ac012cbf7d22ff that do this matching. I did change some suffixes to "partials" where maybe we want "operator" so this could be seen as a work in progress. Functions entirely within celeri.py did not necessarily get their names changed; this was an alignment of variable names in celeri.ipynb with function names in celeri.py.

brendanjmeade commented 2 years ago

This is fantastic @jploveless! We can continue think about operator vs partials.