Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-physics-engine
Commits
fbf6f45f
Commit
fbf6f45f
authored
Oct 08, 2018
by
Markus Scheidgen
Browse files
Hot fix wrong schema access.
parent
d9196cf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
rest-api-service/app/api_v1_0/routes.py
View file @
fbf6f45f
...
...
@@ -318,7 +318,7 @@ def get_calcs_groups(material_id):
cross join lateral (
select energy.calc_id representative_calculation_id,
energy.e_val energy_minimum
from
p34
.energy
from
__schema__
.energy
where energy.calc_id = any(d.calculations_list)
and energy.e_kind='Total E'
order by energy.e_val
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment