rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

Exception on command "list input" or "list output" #35

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Impacted version jarvis4se version: 1.2

Describe the bug Jarvis is unable to display the result of the command "list input" for a function and raises an AttributeError exception. Same behavior for "list output"

To Reproduce Execute the followings commands:

%%jarvis
with test
F is a function
a is a data
F consumes a

list input F

Or

%%jarvis
with test
F is a function
a is a data
F produces a

list output F

Expected behavior Jarvis must display a as an input (first case) or an output (second case)

Screenshots Add screenshots to help explain your problem.

Desktop (please complete the following information):

rcasteran commented 2 years ago

Exception raises on Python 3.7.6 with Pandas 1.0.1. No exception with Python 3.9.6 and Pandas 1.4.1