-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance availability of refineGEMs #85
Comments
Needed to change the workflow to only be triggered via workflow_dispatch as the pushing to test-pypi did not work and as it is safer to trigger it manually then automatically.
Needed to remove the old version as the changed file was renamed
To make functions accessing the database functional within user scripts I had to move the files into the package folder.
For task 1, another idea would be to split the tool into different entry points. One for model investigation, one for model refinement and one for model curation. How to achieve?
|
The As with refineGEMs 1.4.0 the |
To make functions accessing the database functional within user scripts I had to move the files into the package folder.
To make functions accessing the database functional within user scripts I had to move the files into the package folder.
To make functions accessing the database functional within user scripts I had to move the files into the package folder.
All commits from the last comment to this comment are the result of my attempt to rebase these commits from |
To make functions accessing the database functional within user scripts I had to move the files into the package folder.
I broke the setup of Pipfile & Pipfile.lock and I found no solution to fix or update both files. Moreover, I think these files are obsolete and unneccesary to be distributed. Thus, I removed the files from the package completely.
Currently, refineGEMs works for python 3.10 and 3.9.
|
To enhance the availability of the whole refineGEMs package I would suggest the following options:
The text was updated successfully, but these errors were encountered: