FAIRiCUBE / common-code

common and useful code for all use cases
0 stars 0 forks source link

Measurer not getting the right library name #2

Closed mari-s4e closed 7 months ago

mari-s4e commented 1 year ago

https://github.com/FAIRiCUBE/common-code/blob/e94501bebebf2474b52a0342cf2aabc8e32a87b2/record-computational-demands-automatically/example.py#L20

Example libraries in the script:

import sqlite3
import pandas as pd
import xarray as xr
from src import utils
from src.measurer import Measurer
import time
from dask.distributed import Client
from dask.distributed import LocalCluster
import geopandas as gpd

What the measurer gets:

sqlite3
pd
xr
utils
time
gpd

Here dask library is missing.

cozzolinoac11 commented 1 year ago

Hi @mari-s4e

Thanks

jetschny commented 7 months ago

Maria,did the last version resolved your issue, can this issue be closed maybe?

mari-s4e commented 7 months ago

yes, it looks like that the libraries are correctly listed