esmf-org / esmf-profiler

ESMF Profiler application converts binary traces into a web based, dynamic report.
0 stars 2 forks source link

Package name should be 'esmf-profiler' not 'profiler' #95

Closed rsdunlapiv closed 2 years ago

rsdunlapiv commented 2 years ago

The package name installed by pip is 'profiler'

[venv] [Rocky.Dunlap@hfe05 esmf-profiler]$ pip install -e .
Obtaining file:///scratch2/NCEPDEV/stmp1/Rocky.Dunlap/esmf-profiler
Installing collected packages: profiler
  Running setup.py develop for profiler
Successfully installed profiler

The name should be 'esmf-profiler' to prevent confusion with other profiling applications.

ryanlong1004 commented 2 years ago

Updated.

https://github.com/esmf-org/esmf-profiler/commit/d6c61e017c5c1960d9ef506bcc021c643915186f

rsdunlapiv commented 2 years ago

Thanks @ryanlong1004. It looks like the CI/pytest need to be updated with the name change.