Skip to content

Commit

Permalink
remove test from vms reader
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 24, 2023
1 parent 3bcec38 commit 24ecd62
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pynxtools/dataconverter/readers/xps/vms/vamas.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,15 +1009,3 @@ def _add_data_values(self, block):
dd = d[v::n]
data_dict[name] = dd
setattr(block, name, data_dict[name])


if __name__ == "__main__":
filepath = r"C:\Users\pielsticker\Lukas\MPI-CEC\Projects\deepxps\xpsdeeplearning\data\references\Fe_references.vms"
# filepath = r"C:\Users\pielsticker\Downloads\CasaXP1_irregular.vms"
v = VamasParser()
V = v.parse_file(filepath)
data_dict = v.data_dict
# h = v.header
# n = h.no_blocks
# b = v.blocks[0]
# header = h.__dict__

0 comments on commit 24ecd62

Please sign in to comment.