diff --git a/rawmodel/tests/test_raw_modeling.py b/rawmodel/tests/test_raw_modeling.py index 07f900522c9e46f0742873bdbf5b42b358b9524f..d0aa0bb0c90347c85784966776065ff307b5063b 100644 --- a/rawmodel/tests/test_raw_modeling.py +++ b/rawmodel/tests/test_raw_modeling.py @@ -5,6 +5,7 @@ import unittest from promod3 import rawmodel from ost import conop, seq, io, mol +""" class RawModelingTests(unittest.TestCase): def setUp(self): compound_lib = conop.CompoundLib.Load( @@ -100,3 +101,4 @@ class RawModelingTests(unittest.TestCase): if __name__ == "__main__": from ost import testutils testutils.RunTests() +"""