Skip to content

Commit

Permalink
changed so that data not needed for import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Sep 26, 2024
1 parent 86ef0b1 commit ac3fe53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions clima/cython/AdiabatClimate.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ cdef class AdiabatClimate:
self._init_called = True

if data_dir == None:
import photochem_clima_data
data_dir_ = photochem_clima_data.DATA_DIR
else:
data_dir_ = data_dir
Expand Down
1 change: 0 additions & 1 deletion clima/cython/_clima.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ from cpython.object cimport PyObject_GenericSetAttr
import numpy as np
import ctypes as ct
import os
import photochem_clima_data

DEF S_STR_LEN = 20;
DEF ERR_LEN = 1024;
Expand Down

0 comments on commit ac3fe53

Please sign in to comment.