tomography / XRFtomo

a repository for xray fluorescence data processing
Other
3 stars 6 forks source link

Some cleanup #8

Closed decarlof closed 5 years ago

decarlof commented 5 years ago

@FabricioSMarin it fails to build with syntax errors. Can you set a value/default for int = .... ?

see below:

File "build/bdist.macosx-10.6-x86_64/egg/xfluo/models/element_table_model.py", line 81 def headerData(self, section: int, orientation: QtCore.Qt.Orientation, role: int = ...): ^ SyntaxError: invalid syntax byte-compiling build/bdist.macosx-10.6-x86_64/egg/xfluo/models/file_table_model.py to

File "build/bdist.macosx-10.6-x86_64/egg/xfluo/models/file_table_model.py", line 77 def headerData(self, section: int, orientation: QtCore.Qt.Orientation, role: int = ...):

decarlof commented 5 years ago

@aglowacki it looks you added this function. Can you please help fixing the syntax error? thanks