Skip to content

Commit

Permalink
removing different branch additions, non-related to the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgmedina95 committed Feb 20, 2024
1 parent 2904fe7 commit 75b187e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 181 deletions.
2 changes: 0 additions & 2 deletions mdagent/tools/base_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .analysis_tools.plot_tools import SimulationOutputFigures
from .analysis_tools.ppi_tools import PPIDistance
from .analysis_tools.rdf_tool import RDFTool
from .analysis_tools.rmsd_tools import RMSDCalculator
from .analysis_tools.vis_tools import (
CheckDirectoryFiles,
Expand Down Expand Up @@ -56,5 +55,4 @@
"CleaningToolFunction",
"SetUpandRunFunction",
"ModifyBaseSimulationScriptTool",
"RDFTool",
]
177 changes: 0 additions & 177 deletions mdagent/tools/base_tools/analysis_tools/rdf_tool.py

This file was deleted.

2 changes: 0 additions & 2 deletions mdagent/tools/maketools.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
PackMolTool,
PPIDistance,
ProteinName2PDBTool,
RDFTool,
RMSDCalculator,
Scholar2ResultLLM,
SetUpandRunFunction,
Expand Down Expand Up @@ -91,7 +90,6 @@ def make_all_tools(
RMSDCalculator(),
SetUpandRunFunction(path_registry=path_instance),
ModifyBaseSimulationScriptTool(path_registry=path_instance, llm=llm),
RDFTool(path_registry=path_instance),
SimulationOutputFigures(),
]

Expand Down

0 comments on commit 75b187e

Please sign in to comment.