- 09 Aug, 2020 1 commit
-
-
Patrick Scheibe authored
-
- 07 Aug, 2020 2 commits
-
-
Jana Schor authored
-
Patrick Scheibe authored
-
- 06 Aug, 2020 5 commits
-
-
Patrick Scheibe authored
# Conflicts: # dfpl/__main__.py
-
Patrick Scheibe authored
It was necessary to rename the soon-to-be-empyt dfpl.py back to dfplmodule.py since the package is also named dfpl. Now, the former main script can be called by simply "calling" the package. That is - activate the conda env - install the dfpl package directly from the source using `python dfpl/setup.py develop` - Run the main script using `python dfpl args`
-
Jana Schor authored
-
Patrick Scheibe authored
One important thing: When an error happens that we can't recover from, we don't print something and return None. We raise an error with a useful message.
-
Patrick Scheibe authored
- Added pytest to list of installed packages - Fix file extension typo "yml" vs "yaml" - Make creation of the environment yml specification cross-platform The last point needs some explanation. When we simply export the environment without the --from-history option, all packages that are installed in the env will be listed. This is not cross-platform because many dependencies depend on the specific system where the conda environment is created. What we most like want is a spec that only installs the packages we specified in the "conda create" call. Then, we let conda figure out which additional packages are required on the specific system. Hopefully this works as I expect it.
-
- 05 Aug, 2020 4 commits
-
-
Patrick Scheibe authored
-
Jana Schor authored
-
Jana Schor authored
-
Patrick Scheibe authored
-
- 03 Aug, 2020 1 commit
-
-
Patrick Scheibe authored
-
- 15 Jul, 2020 1 commit
-
-
Patrick Scheibe authored
-
- 13 Jul, 2020 2 commits
-
-
Patrick Scheibe authored
-
Jana Schor authored
-
- 12 Jul, 2020 2 commits
-
-
-
Jana Schor authored
-
- 10 Jul, 2020 2 commits
-
-
-
Jana Schor authored
-
- 08 Jul, 2020 1 commit
-
-
Jana Schor authored
-
- 04 Jun, 2020 1 commit
-
-
Jana Schor authored
-
- 28 May, 2020 4 commits
-
-
Jana Schor authored
-
Jana Schor authored
-
Jana Schor authored
-
Jana Schor authored
-
- 27 May, 2020 1 commit
-
-
Jana Schor authored
-
- 06 May, 2020 2 commits
-
-
Jana Schor authored
-
Jana Schor authored
-
- 17 Apr, 2020 1 commit
-
-
Jana Schor authored
-
- 16 Apr, 2020 1 commit
-
-
Jana Schor authored
-
- 14 Apr, 2020 6 commits
-
-
Jana Schor authored
-
-
Jana Schor authored
-
Jana Schor authored
-
-
Jana Schor authored
-
- 09 Apr, 2020 2 commits
-
-
Jana Schor authored
-
Jana Schor authored
-
- 07 Apr, 2020 1 commit
-
-
Jana Schor authored
-