diff --git a/code/behavior.py b/code/behavior.py index 479643f..4009c28 100644 --- a/code/behavior.py +++ b/code/behavior.py @@ -12,7 +12,6 @@ class Behavior: csv_file = str(sorted(Path(datapath).glob('**/*.csv'))[0]) self.dataframe = read_csv(csv_file, delimiter=',') - embed() def main(datapath:str):