Skip to content

Commit

Permalink
TESTS: do absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
anmorgunov committed Oct 24, 2023
1 parent f1306ee commit 317f91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChemSpaceAL/tests/test_initialize_workspace.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import tempfile
from unittest.mock import patch
import ChemSpaceAL.InitializeWorkspace as iw
from ChemSpaceAL import InitializeWorkspace as iw


def test_create_default_folders():
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ChemSpaceAL: An Efficient Active Learning Methodology Applied to Protein- Specif

[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/batistagroup/ChemSpaceAL/graph/badge.svg?token=ROJSISYJWC)](https://codecov.io/gh/batistagroup/ChemSpaceAL)

![A description of the active learning methodology](media/toc_figure.jpg)

0 comments on commit 317f91f

Please sign in to comment.