Skip to content

Commit 3e192d7

Browse files
author
José Gómez-Dans
committed
Appears to work. Still putting the .so one level up, or am I mistaken
1 parent 2c675a0 commit 3e192d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prosail/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from prosail import run_prosail, prospect_5B
2+
from prosail_fortran import run_prosail, prospect_5b
33

44
def trans_prosail ( N, cab, car, cbrown, cw, cm, lai, lidfa, lidfb, psoil, \
55
hspot, tts, tto, psi ):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ def configuration(parent_package='',top_path=None):
2323
description=description, \
2424
author=author, \
2525
author_email = author_email, \
26-
configuration = configuration, version="1.0.1",\
26+
configuration = configuration, version="1.0.2",\
2727
packages=["prosail"])

0 commit comments

Comments
 (0)