Skip to content
Snippets Groups Projects
Commit 2b8c8df6 authored by Bichen Li's avatar Bichen Li
Browse files

- Add the assertion function of Modelica and Neplan

- Some changes in Neplan read-in function to keep the unit uniformed
with Modelica
- Fix some bugs
parent c3741521
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,12 @@ def read_timeseries_dpsim_cmpl_separate(filename, timeseries_names=None):
print(result.name)
return timeseries_list
import numpy as np
import pandas as pd
from dataprocessing.timeseries import *
import re
import cmath
def read_timeseries_NEPLAN_loadflow(file_name, timeseries_names = None, is_regex = False):
str_tmp = open(file_name, "r") # Read in files
low = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment