Skip to content

PTR record changes even when just reading and writing under a different filename #65

Description

@itshakefraimov

Tasks/Steps/Elements

Took a stdf file and just written it under test2.stdf

with open('test2.stdf', 'wb') as new_stdf: for REC in STDF.records_from_file(f): new_stdf.write(REC.__repr__())

I generated SORT Parametric Data from the stdf and some PTR coords changed to PASS when they were FAIL.

When comparing even in sizes. test2.stdf is now 2x the original stdf.

Versions checklist

  • Spyder version: >= 5
  • Python version: 3.7, 3.8
  • Qt version: all
  • PyQt version: all
  • Operating System name/version:
    • client : Windows/Linux/macOS

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions