-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I installed reflexible and found the installation was successful except that there were some warnings.
However, when I try to plot the cummulative sensitivity, I ended up with the following issue:
TC = None
for s,k in H.C:
... data = H.C[(s,k)]
... TC = rf.plot_totalcolumn(H, data, map_region='Europe', FIGURE=TC)
...
Traceback (most recent call last):
File "", line 3, in
File "/home/gezahegn/softwares/reflexible-master/reflexible/plotting.py", line 123, in plot_totalcolumn
figure = plot_sensitivity(H, data.total_column, data_range=data_range,
AttributeError: 'FDC' object has no attribute 'total_column'
The versions installed are:
reflexible version: 0.5.0, NumPy version: 1.15.4, Python version: 3.6.8, GCC 7.3.0, Platform: linux-x86_64, Byte-ordering: little
Can any one help me in correcting the error please ? I have also attached the screen shot of the terminal.
