From 058dc13c28210c8bd9c3605e54a632f55704b50b Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Thu, 14 Nov 2024 16:27:09 -0800 Subject: [PATCH] Updated tests --- support/test/test1_heterogeneity_model.py | 2 +- support/test/test2_snapshot_model.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/test/test1_heterogeneity_model.py b/support/test/test1_heterogeneity_model.py index 6d02d5cb9..d4a62c485 100644 --- a/support/test/test1_heterogeneity_model.py +++ b/support/test/test1_heterogeneity_model.py @@ -9,7 +9,7 @@ TOPDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')) csv_path = os.path.join(TOPDIR, 'modeling', 'Input_Information', 'gen_FCS') -topology_path = os.path.join(TOPDIR, 'modeling', 'Snapshots', 'Snapshots_Modeling') +topology_path = os.path.join(TOPDIR, 'modeling', 'Heterogeneity', 'Heterogeneity_Modeling') times = ["0min", "1min", "2min"] exp_comp = { diff --git a/support/test/test2_snapshot_model.py b/support/test/test2_snapshot_model.py index 751db7774..c662c2d8f 100644 --- a/support/test/test2_snapshot_model.py +++ b/support/test/test2_snapshot_model.py @@ -22,7 +22,7 @@ def run_sim(state, time, nframes, shuffle=True): https://integrativemodeling.org/tutorials/actin/pmidesign.html """ # Topology file - topology_file = os.path.join(TOPDIR, 'modeling', 'Snapshots', 'Snapshots_Modeling', f"{state}_{time}_topol.txt") + topology_file = os.path.join(TOPDIR, 'modeling', 'Heterogeneity', 'Heterogeneity_Modeling', f"{state}_{time}_topol.txt") # Paths to input data for topology file pdb_dir = os.path.join(TOPDIR, 'modeling', 'Input_Information', 'PDB') fasta_dir = os.path.join(TOPDIR, 'modeling', 'Input_Information', 'FASTA')