Skip to content
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

CEASIOMpy script #167

Merged
merged 5 commits into from
Apr 1, 2022
Merged

CEASIOMpy script #167

merged 5 commits into from
Apr 1, 2022

Conversation

aidanjungo
Copy link
Collaborator

@aidanjungo aidanjungo commented Mar 29, 2022

CEASIOMpy script which is installed automatically with pip install -e .

Allow to run CEASIOMpy from anywhere (CEASIOMpy Conda environment must be activated) with the command:

usage: ceasiompy_run [-h] [-g] [-c PATH]

optional arguments:
  -h, --help           show this help message and exit
  -g, --gui            Create a CEASIOMpy workflow with the Graphical user
                       interface
  -c PATH, --cfg PATH  Create a CEASIOMpy workflow from a configuration file
                       [PATH to the config file]

✅ Works on Linux
✅ Works on MacOS
Seems to work on Windows, although some issue appear after the installation (because of some libraries) will be fix in #151

@aidanjungo aidanjungo added enhancement New feature or request Python Related to Python labels Mar 29, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2022

Codecov Report

Merging #167 (c67d643) into main (45439e5) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #167      +/-   ##
==========================================
+ Coverage   18.71%   18.78%   +0.07%     
==========================================
  Files         140      139       -1     
  Lines       13290    13253      -37     
==========================================
+ Hits         2487     2490       +3     
+ Misses      10803    10763      -40     
Impacted Files Coverage Δ
ceasiompy/utils/moduleinterfaces.py 78.88% <ø> (-0.26%) ⬇️
ceasiompy/utils/workflowclasses.py 80.68% <100.00%> (+0.11%) ⬆️
.../tests/tests_ceasiompyutils/test_ceasiompyutils.py 100.00% <0.00%> (ø)
src/bin/ceasiompy_exec.py

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 45439e5...c67d643. Read the comment docs.

@aidanjungo aidanjungo merged commit 401e9ca into main Apr 1, 2022
@aidanjungo aidanjungo deleted the ceasiompy_script branch April 1, 2022 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Python Related to Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants