Skip to content

Commit

Permalink
add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chakib-belgaid committed Oct 21, 2019
1 parent b60855c commit 803aaea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __pycache__/

# C extensions
*.so

chiko.py
# Distribution / packaging
.Python
build/
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python.pythonPath": "/bin/python3",
"python.linting.pylintEnabled": true
}
3 changes: 2 additions & 1 deletion pyRAPL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

from pyRAPL.pyRAPL import PyRAPL, Device, Measure, measure, PyRAPLException, PyRAPLNoEnergyConsumptionRecordedException
from pyRAPL.pyRAPL import PyRAPLNoEnergyConsumptionRecordStartedException, PyRAPLCantRecordEnergyConsumption
# from pyRAPL import Sample
# from pyRAPL.pyRAPL import measure_energy

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 803aaea

Please sign in to comment.