Skip to content

Commit

Permalink
Merge pull request #227 from hjkgrp/welcome_subgroup_2_bug
Browse files Browse the repository at this point in the history
welcom_subgroup_2
  • Loading branch information
ralf-meyer committed Apr 23, 2024
2 parents 931a77f + 5104485 commit 7d96dfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions molSimplify/Informatics/HFXsensitivity/measure_HFX_stable.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import os
import glob
import numpy as np
import sys
import pandas as pd
import argparse
from sklearn.linear_model import LinearRegression
from sklearn.model_selection import LeaveOneOut, LeavePOut
from scipy import stats
from sklearn.model_selection import LeaveOneOut

'''
This script takes in an absolute path to a CSV file that has
Expand Down
1 change: 0 additions & 1 deletion molSimplify/Informatics/organic_fingerprints.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from rdkit import Chem
from rdkit.Chem import AllChem
from rdkit.Chem.AtomPairs import Torsions
from molSimplify.Classes.mol3D import mol3D


Expand Down

0 comments on commit 7d96dfb

Please sign in to comment.