Skip to main content
Sign in
Snippets Groups Projects
Commit bae9928c authored by Richter, Manuela's avatar Richter, Manuela
Browse files

Testdatei für Nutzung git in Python-Kommandozeile hochgeladen

parent c9780810
No related branches found
No related tags found
1 merge request!12v.0.1 for alpha release
...@@ -5,28 +5,28 @@ example workflow for integrating plotIDs ...@@ -5,28 +5,28 @@ example workflow for integrating plotIDs
@author: Richter @author: Richter
""" """
# Module einbinden #%% Module einbinden
import sys import sys
import numpy as np import numpy as np
from numpy import random from numpy import random
import h5py as h5
# Pfade hinzufügen #%% Pfade hinzufügen
sys.path.append("fcn_core") sys.path.append("fcn_core")
sys.path.append("fcn_help") sys.path.append("fcn_help")
# Project ID #%% Project ID
ProjectID= "MR01" ProjectID= "MR01"
#Data #%% Daten erzeugen
x = np.linspace(0,10,100) x = np.linspace(0,10,100)
y= random.rand(100) + 2 y= random.rand(100) + 2
dataset1 = [x,y]
file = open("test_data.py", "w")
file.write(dataset1)
#%% figure erstellen
# -*- coding: utf-8 -*-
"""
Created on Fri Jul 23 10:09:46 2021
@author: Richter
"""
#%% Test
a = 1
b = 2
print(a+b)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment