Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
EC Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDI
EC Tools
Commits
8322d4c8
Commit
8322d4c8
authored
11 months ago
by
Felix Thelen
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix
parent
5dc9257a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-2
3 additions, 2 deletions
README.md
src/ec_tools/__init__.py
+1
-1
1 addition, 1 deletion
src/ec_tools/__init__.py
with
4 additions
and
3 deletions
README.md
+
3
−
2
View file @
8322d4c8
...
...
@@ -31,8 +31,9 @@ write an Email or Slack to [Felix Thelen](felix.thelen@ruhr-uni-bochum.de). We a
## Installation
It is recommended to use python 3.11. The quickest way to get started is to clone this repository. Since this repository
is private, you need to add your GitLab username to the URL like below:
It is recommended to use python 3.11. The quickest way to get started is to clone this repository. Run the following
command in the command line. Since this repository is private, you need to add your GitLab username to the URL.
```
git clone https://username@gitlab.ruhr-uni-bochum.de/mdi/ec_tools.git
cd ec_tools
...
...
This diff is collapsed.
Click to expand it.
src/ec_tools/__init__.py
+
1
−
1
View file @
8322d4c8
from
.loading
import
*
from
.interp
import
*
from
.plotting
import
plot_lsvs
,
plot_pots_on_wafer
,
plot_cur
rent
_on_wafer
,
save_lsv_plots
from
.plotting
import
plot_lsvs
,
plot_pots_on_wafer
,
plot_cur
s
_on_wafer
,
save_lsv_plots
,
plot_pots_on_wafer
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment