Skip to content

Commit

Permalink
GIT: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmorgunov committed Oct 24, 2023
1 parent 5d30d0a commit edac775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=required,
# install_requires=required,
# install_requires=[
# # "pytest"
# ]
python_requires=">=3.10",
)
12 changes: 1 addition & 11 deletions tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
from ChemSpaceAL.Configuration import Config
import ChemSpaceAL.InitializeWorkspace
import os

def test_config():
base_path = os.getcwd() + "/PaperRuns/"
config = Config(
base_path=base_path,
cycle_prefix="model0",
al_iteration=0,
cycle_suffix="ch1",
training_fname="moses_train.csv.gz",
validation_fname="moses_test.csv.gz",
slice_data=1_000,
verbose=True,
)
assert True

0 comments on commit edac775

Please sign in to comment.