pvlib-python icon indicating copy to clipboard operation
pvlib-python copied to clipboard

Unable to benchmark functions in pvlib using asv

Open rudhrabehara opened this issue 1 year ago • 2 comments

while trying to bench mark some functions in pvlib i get this error. Screenshot 2024-02-11 at 8 43 18 PM

rudhrabehara avatar Feb 11 '24 15:02 rudhrabehara

want some suggestions on high priority modules for bench marking

rudhrabehara avatar Feb 12 '24 12:02 rudhrabehara

I guess the problem here is that conda-forge doesn't have everything needed for our "minimum" environment for the new OSX ARM64 platform. I don't think it makes sense to change the benchmarking environments just so that they can all be run on the latest Apple machines. I think a better solution is for us to selectively run benchmarks in environments that are appropriate to the machine we're using.

@rajeshkotaru, can you use the --environment option for asv run to work around this problem?

kandersolar avatar Feb 12 '24 15:02 kandersolar