pmsoltani / elsametric

0 stars 0 forks source link

Review and refactor the "gsc_profile.py" script #32

Closed pmsoltani closed 5 years ago

pmsoltani commented 5 years ago

Feature description

With the creation of the new helpers.py module as a result of #30, the script gsc_profile.py should be refactored to use the functions in that module, instead of defining new ones within the script.

Suggested solution

Remove the function definitions from gsc_profile.py and use the ones imported from helpers.py.