BUG: Fetch_values does not work with numerical values in debug mode.
See original GitHub issueDescribe the bug
Calling fetch_values on a FloatSeries created in debug mode returns an empty dataframe.
Reproduction
r = neptune.init(mode="debug")
r["t"].log(0)
r["t"].log(1)
r["t"].log(2)
print(r["t"].fetch_values())
Expected behavior
The dataframe should contain the 3 entries
Environment
Observed on neptune-client 0.10.3 to 0.10.5
Extra Notes
I do not have the issue when not using debug mode. fetch_last returns the expected value (2). It works fine with “a”, “b”, “c” instead of 0, 1, 2.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
variable values not showing during debug vs 2019 16.2.4
The problem I had that I was executing the application in release mode, changing it to Debug resolved the issue.
Read more >VS2017 15.9.4 debugger still not showing variable values on ...
If there is no error message ("Unable to read memory") it reports the following: "Cannot obtain value of the local variable or argument...
Read more >Using the Python Connector - Snowflake Documentation
This topic provides a series of examples that illustrate how to use the Snowflake Connector to perform standard Snowflake operations such as user...
Read more >Debugging Numerical Issues in TensorFlow Programs Using ...
An educated guess is that this problem is caused by a numerical ... The “FULL_HEALTH” mode is suitable for debugging bugs involving NaN...
Read more >Stepping through code and inspecting variables to isolate bugs
When you run your app, the debugger pauses at the first breakpoint it ... p and po print an error because they don't...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hello @kamil-kaczmarek I understand that but the docs read “In contrast to Offline mode, all data are stored only in memory.” and it is not the case here as evidenced in my opening message. The values do not seem to be stored in memory for this particular case. I will add that it works as expected for non numerical values.
With numbers (doesn’t work as expected):
With text (works as expected).
Hi @vivienrobert-wefox
I’m Prince Canuma, a Data Scientist at Neptune.ai
I have looked into your issue and submitted it to the engineering team,
And either I or they will reach out to you once it’s solved!
Kind regards