Commit 98ad51fa authored by Andrea Giannetti's avatar Andrea Giannetti
Browse files

Changed default value for the use of cache in get_moldata.

parent 069b51f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ def get_physical_px_size(grid_metadata: dict) -> List[u.Quantity]:
def get_moldata(species_names: list,
                logger: logging.Logger,
                path: Union[str, None] = None,
                use_cache: bool = True):
                use_cache: bool = False):
    """
    Downloads the molecular data from the Leiden molecular database; check whether the molecule in mapped in
        leiden_url_mapping