We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedac92 commit f94d9eaCopy full SHA for f94d9ea
polytope_server/common/datasource/polytope.py
@@ -22,16 +22,19 @@
22
import logging
23
import os
24
import subprocess
25
+
26
+os.environ["GRIBJUMP_HOME"] = "/opt/fdb-gribjump"
27
28
import tempfile
29
from pathlib import Path
30
31
import yaml
32
33
+import polytope
34
35
from ..caching import cache
36
from . import datasource
37
-os.environ["GRIBJUMP_HOME"] = "/opt/fdb-gribjump"
-
38
39
class PolytopeDataSource(datasource.DataSource):
40
def __init__(self, config):
0 commit comments