Skip to content

Commit

Permalink
modify laml_libs/preprocess/map_utils.py so that it imports libs from…
Browse files Browse the repository at this point in the history
… lamlinstead of cassiopeia
  • Loading branch information
uym2 committed Jul 9, 2024
1 parent 3f2e352 commit 35a0408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions laml_libs/preprocess/map_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import pandas as pd

from cassiopeia.mixins import logger
from cassiopeia.preprocess import utilities
from laml_libs.mixins import logger
from laml_libs.preprocess import utilities


@utilities.log_molecule_table
Expand Down

0 comments on commit 35a0408

Please sign in to comment.