Remove repls; add scripts/test-vcp.sh

This commit is contained in:
Michael Hohn
2023-07-13 16:03:01 -07:00
committed by =Michael Hohn
parent f1a70dd023
commit c299321ab8
5 changed files with 294 additions and 11 deletions

View File

@@ -335,10 +335,6 @@ def joins_for_project_single(tgraph):
.merge(sf(1111), how="left", left_on='automationDetails', right_on='struct_id', validate="1:m")
.drop(columns=['automationDetails', 'struct_id'])
.rename(columns={"id": "automationDetails"}))
#
# XX: automationDetails?
import IPython
IPython.embed(header="spot 3")
#
#newlines there or not - handle
if 'newlineSequences' in project_df_temp1: