Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • public_projects
  • ketosketos
  • Merge requests
  • !208

Merged
Created Jun 29, 2021 by Oliver Kirsebom@kirsebomOwner

Saving attributes to database

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

The existing implementation in database_interface only allowed for the following data types to be saved as extra attributes to the database table

  • np.ndarray
  • str
  • float
  • int

I have now added the following two types to this list:

  • np.int32
  • np.int64

The relevant section of code is here:

https://gitlab.meridian.cs.dal.ca/public_projects/ketos/-/blob/bug_fix_dbi/ketos/data_handling/database_interface.py#L1153

Edited Jul 12, 2021 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bug_fix_dbi