Skip to content

Commit f94d9ea

Browse files
committed
put back the workaround for gribjump
1 parent aedac92 commit f94d9ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

polytope_server/common/datasource/polytope.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@
2222
import logging
2323
import os
2424
import subprocess
25+
26+
os.environ["GRIBJUMP_HOME"] = "/opt/fdb-gribjump"
27+
2528
import tempfile
2629
from pathlib import Path
2730

2831
import yaml
2932

33+
import polytope
34+
3035
from ..caching import cache
3136
from . import datasource
3237

33-
os.environ["GRIBJUMP_HOME"] = "/opt/fdb-gribjump"
34-
3538

3639
class PolytopeDataSource(datasource.DataSource):
3740
def __init__(self, config):

0 commit comments

Comments
 (0)