ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Fix for #300 #331

Closed skyreflectedinmirrors closed 7 months ago

skyreflectedinmirrors commented 7 months ago

On some versions of numpy/pandas, applying a str map to an empty series doesn't change the type. As a result, when adding a float to a string, sometimes numpy dies with a uadd error. We fix this by explicitly casting to a str first