Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • swmfpy swmfpy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Note: The default ITS GitLab runner is a shared resource and is subject to slowdowns during heavy usage.
You can run your own GitLab runner that is dedicated just to your group if you need to avoid processing delays.

  • SWMF_softwareSWMF_software
  • swmfpyswmfpy
  • Merge requests
  • !11

Fixes a bug where Tecplot loses precision for large numbers, such as Unix epoch time stamps.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Camilla Dodge Koslowsky Harris requested to merge cdha/swmfpy:tecplottools-precision-bug into master Oct 18, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

There was a bug where when large numbers, such as Unix epoch timestamps, were passed into Tecplot the last few digits would be lost. In the case of the timestamps this lead to loss of precision for any unit of time smaller than 10s of seconds when interpolating onto a satellite trajectory. I've fixed this by using double precision for the timestamps associated with each trajectory, but I have left the types of all other variables as the default floats.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tecplottools-precision-bug