Skip to content

Commit

Permalink
TESTS: add .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
anmorgunov committed Oct 24, 2023
1 parent 799351d commit efb218d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
source =
ChemSpaceAL/InitializeWorkspace.py

omit =
ChemSpaceAL/Model.py
ChemSpaceAL/Dataset.py
ChemSpaceAL/Docking.py
ChemSpaceAL/Generation.py
ChemSpaceAL/Training.py
2 changes: 1 addition & 1 deletion ChemSpaceAL/Configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from torch.nn import Module
import os
from typing import Union, Dict, Any, List, Tuple, Optional, Any, Set, Callable, cast
from ChemSpaceAL.InitializeWorkspace import FOLDER_STRUCTURE as fldr_struc
from .InitializeWorkspace import FOLDER_STRUCTURE as fldr_struc
import textwrap
from rdkit.Chem import Descriptors
from rdkit import Chem
Expand Down

0 comments on commit efb218d

Please sign in to comment.