question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

different results when running example notebook

See original GitHub issue

Hi

I’m just getting started with rdtools and trying to reproduce the results of the example notebook.

https://github.com/NREL/rdtools/blob/master/docs/degradation_example.ipynb

The notebook seems to run fine (apart from needing to install the tables library, already pointed out in https://github.com/NREL/rdtools/issues/86, but easy to fix).

However, despite running smoothly, I am getting quite different results than what’s listed online. See attachment at bottom for what I’m getting.

Any thoughts on why this might be? I want to make sure everything is being done correctly before trying this on new data sets.

Some notes:

  • I am on Mac OS/X, Py 3.6.4
  • I installed pvlib (today) by cloning the github repo, then running “python setup.py develop”
  • I installed rdtools (today) by the same procedure

notebook_executed.pdf

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
cdelinecommented, Sep 27, 2018

Confirmed - this has a root cause of the raw data download from DKCAS ‘84-Site_12-BP-Solar.csv’ apparently having changed. When I re-download the raw data, the sensor-based degradation drops from -0.75% / yr to -0.43%/yr, matching the above. Clear-sky results are unchanged, so I suspect that an error in DKCAS’ measured ghi or dhi was found and now corrected. Note the apparent drop in 2017 normalized energy that is no longer present.

image

image

0reactions
mdecegliecommented, Oct 4, 2018

@cdeline @dirkjordan I’ve addressed this in PR #98. Would one of you please take a look and provide a review?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting different results when I run a Notebook in Data Factory ...
Hi,. I have a pipeline that has seven Notebooks and, all of them are executing different SQL scripts and generates CSV files.
Read more >
Why running the same code on the same data gives a different ...
I am using Keras in Jupyter Notebook. I understood that for the same results, the random numbers should be produced from the same...
Read more >
Jupyter Notebook (Python) - Different outputs based on 'Run ...
Running all the cells in Jupyter provide a different/incorrect output than running them manually. I get a Key Error that my column 'genre'...
Read more >
Why Do I Get Different Results Each Time in Machine Learning?
Supervised machine learning means we have examples (rows) with input ... You will get different results when you run the same algorithm on ......
Read more >
Jupyter Notebooks: Avoid Making These 4 Mistakes
They allow you to see both the code and the results at each step, ... Example: Error when cells are run out of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found