rwl / PyCIM

Python implementation of the Common Information Model.
http://rwl.github.io/PyCIM/api/
MIT License
78 stars 35 forks source link

New package for the CIM v16 and Dynamics #27

Open fran-jo opened 7 years ago

fran-jo commented 7 years ago

Created a package Dynamics. In this first step, we only created classes for SynchronousMachineDynamics. TODO: The rest of the packages have to be moved to a parent package Base Script for reading CIM models have been modified to read the new namespace / version of CIM. Right now it reads one type of SynchronousMachineDynamics

rwl commented 7 years ago

Python 2.7 support must be maintained. Please check RDFXMLReader.py encoding issue:

https://travis-ci.org/rwl/PyCIM/jobs/261895577

codecov-io commented 7 years ago

Codecov Report

Merging #27 into master will decrease coverage by 1.42%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   86.88%   85.46%   -1.43%     
==========================================
  Files           9       11       +2     
  Lines         633      846     +213     
==========================================
+ Hits          550      723     +173     
- Misses         83      123      +40
Impacted Files Coverage Δ
PyCIM/RDFXMLReader.py 76.19% <0%> (-1.67%) :arrow_down:
PyCIM/__init__.py 100% <0%> (ø) :arrow_up:
PyCIM/RDFXMLWriter.py 85.41% <0%> (ø) :arrow_up:
PyCIM/Test/ODMS_RDFXMLReader_TestCIM14.py 0% <0%> (ø)
PyCIM/Test/CIM16Test.py 99.4% <0%> (ø)
PyCIM/SimpleXMLWriter.py 82.56% <0%> (+0.32%) :arrow_up:

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 57665c3...de94263. Read the comment docs.