Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
access-node
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LuFG VR VIS
VR-Group
In Situ Pipeline
access-node
Commits
12a0a904
Commit
12a0a904
authored
4 years ago
by
Simon Oehrl
Browse files
Options
Downloads
Patches
Plain Diff
Change position to array
parent
0f3d3004
No related branches found
No related tags found
1 merge request
!4
Feature/add arbor support
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
access_node/__main__.py
+1
-3
1 addition, 3 deletions
access_node/__main__.py
with
1 addition
and
3 deletions
access_node/__main__.py
+
1
−
3
View file @
12a0a904
...
@@ -45,9 +45,7 @@ def SetupNestTables(postgres_username, postgres_password, port):
...
@@ -45,9 +45,7 @@ def SetupNestTables(postgres_username, postgres_password, port):
id INT PRIMARY KEY NOT NULL UNIQUE,
id INT PRIMARY KEY NOT NULL UNIQUE,
simulation_node_id INT,
simulation_node_id INT,
population_id INT,
population_id INT,
position_x FLOAT,
position FLOAT[],
position_y FLOAT,
position_z FLOAT,
FOREIGN KEY (simulation_node_id) REFERENCES nest_simulation_node (id)
FOREIGN KEY (simulation_node_id) REFERENCES nest_simulation_node (id)
);
'''
)
);
'''
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment