From f412f15c3f8b5dbe5ae52ac570a0853fee6e6475 Mon Sep 17 00:00:00 2001 From: misi9170 Date: Thu, 15 Jan 2026 15:10:56 -0700 Subject: [PATCH] Update urls --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/documentation.yaml | 2 +- README.md | 30 +++++++++---------- docs/_config.yml | 2 +- docs/energy_change.md | 6 ++-- docs/energy_ratio.md | 4 +-- docs/flasc_data_format.ipynb | 2 +- docs/index.md | 14 ++++----- docs/installation.md | 6 ++-- docs/introduction.md | 8 ++--- .../04_floris_tuning/README.txt | 2 +- .../00_inspect_floris_model.ipynb | 2 +- ...uss_scada_tuning_optimization_method.ipynb | 2 +- .../08_emgauss_tuning_day_night.ipynb | 2 +- flasc/model_fitting/readme.txt | 2 +- flasc/timing_tests/energy_ratio_timing.py | 2 +- pyproject.toml | 2 +- 17 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b928ac9f..298993c6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: GitHub Discussions - url: https://github.com/NREL/flasc/discussions/new + url: https://github.com/NatLabRockies/flasc/discussions/new about: Discuss potential issues or ideas here prior to opening a GitHub Issue diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index 9ab49200..caf97c7c 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -18,4 +18,4 @@ body: label: URL description: If this issue references online documentation, enter the complete url here. placeholder: - https://nrel.github.io/flasc//.html + https://natlabrockies.github.io/flasc//.html diff --git a/README.md b/README.md index 231ac1c4..dc5b5e4a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FLORIS-Based Analysis for SCADA Data (FLASC) -**Note:** Further documentation is available at **https://nrel.github.io/flasc/** +**Note:** Further documentation is available at **https://natlabrockies.github.io/flasc/** ## Description @@ -9,26 +9,26 @@ FLASC provides a **rich suite of analysis tools** for SCADA data filtering, anal wind farm model validation, field experiment design, and field experiment monitoring. The repository is centrally built around NRELs in-house ``FLORIS`` wind farm model, available at -**https://github.com/nrel/floris**. FLASC also largely relies on the ``energy ratio``, among others, +**https://github.com/NatLabRockies/floris**. FLASC also largely relies on the ``energy ratio``, among others, to quantify wake losses in synthetic and historical data, to perform turbine northing calibrations, and model parameter estimation. For technical questions or concerns, please email paul.fleming@nrel.gov. -[![pages-build-deployment](https://github.com/NREL/flasc/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/NREL/flasc/actions/workflows/pages/pages-build-deployment) +[![pages-build-deployment](https://github.com/NatLabRockies/flasc/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/NatLabRockies/flasc/actions/workflows/pages/pages-build-deployment) -[![Automated tests & code coverage](https://github.com/NREL/flasc/actions/workflows/continuous-integration-workflow.yaml/badge.svg)](https://github.com/NREL/flasc/actions/workflows/continuous-integration-workflow.yaml) +[![Automated tests & code coverage](https://github.com/NatLabRockies/flasc/actions/workflows/continuous-integration-workflow.yaml/badge.svg)](https://github.com/NatLabRockies/flasc/actions/workflows/continuous-integration-workflow.yaml) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) ## WETO software -FLASC is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://nrel.github.io/WETOStack). For more information and other integrated modeling software, see: -- [Portfolio Overview](https://nrel.github.io/WETOStack/portfolio_analysis/overview.html) -- [Entry Guide](https://nrel.github.io/WETOStack/_static/entry_guide/index.html) -- [Controls and Analysis Workshop](https://nrel.github.io/WETOStack/workshops/user_workshops_2024.html#wind-farm-controls-and-analysis) +FLASC is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://natlabrockies.github.io/WETOStack). For more information and other integrated modeling software, see: +- [Portfolio Overview](https://natlabrockies.github.io/WETOStack/portfolio_analysis/overview.html) +- [Entry Guide](https://natlabrockies.github.io/WETOStack/_static/entry_guide/index.html) +- [Controls and Analysis Workshop](https://natlabrockies.github.io/WETOStack/workshops/user_workshops_2024.html#wind-farm-controls-and-analysis) ## Installation @@ -37,28 +37,28 @@ We recommend installing this repository in a separate virtual environment. After creating a new virtual environment, clone this repository to your local system and install it locally using ``pip``. The command for this is ``pip install -e flasc``. -If installing for develop, follow the developer [install instructions](https://nrel.github.io/flasc/installation.html) +If installing for develop, follow the developer [install instructions](https://natlabrockies.github.io/flasc/installation.html) ## Documentation -Documentation is provided via the included examples folders as well as [online documentation](https://nrel.github.io/flasc/). +Documentation is provided via the included examples folders as well as [online documentation](https://natlabrockies.github.io/flasc/). ## Engaging on GitHub FLASC leverages the following GitHub features to coordinate support and development efforts: -- [Discussions](https://github.com/NREL/flasc/discussions): Collaborate to develop ideas for new use cases, features, and software designs, and get support for usage questions -- [Issues](https://github.com/NREL/flasc/issues): Report potential bugs and well-developed feature requests +- [Discussions](https://github.com/NatLabRockies/flasc/discussions): Collaborate to develop ideas for new use cases, features, and software designs, and get support for usage questions +- [Issues](https://github.com/NatLabRockies/flasc/issues): Report potential bugs and well-developed feature requests - [Projects](https://github.com/orgs/NREL/projects/39): Include current and future work on a timeline and assign a person to "own" it Your feedback is crucial in this environment, as it helps identify areas for enhancement, resolve issues, and ensure the project meets the needs of its users. By sharing your insights and suggestions, you contribute to the project's evolution and success. Generally, the first entry point for the community will be within one of the categories in Discussions. -[Ideas](https://github.com/NREL/flasc/discussions/categories/ideas) is a great spot to develop the -details for a feature request. [Q&A](https://github.com/NREL/flasc/discussions/categories/q-a) +[Ideas](https://github.com/NatLabRockies/flasc/discussions/categories/ideas) is a great spot to develop the +details for a feature request. [Q&A](https://github.com/NatLabRockies/flasc/discussions/categories/q-a) is where to get usage support. -[Show and tell](https://github.com/NREL/flasc/discussions/categories/show-and-tell) is a free-form +[Show and tell](https://github.com/NatLabRockies/flasc/discussions/categories/show-and-tell) is a free-form space to show off the things you are doing with FLORIS. # License diff --git a/docs/_config.yml b/docs/_config.yml index da2997aa..39b17103 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,7 +23,7 @@ bibtex_bibfiles: # Information about where the book exists on the web repository: - url: https://github.com/NREL/flasc + url: https://github.com/NatLabRockies/flasc path_to_book: docs branch: main diff --git a/docs/energy_change.md b/docs/energy_change.md index 394d3d44..280ffd09 100644 --- a/docs/energy_change.md +++ b/docs/energy_change.md @@ -8,7 +8,7 @@ FLASC now however includes three methods for quantifying the change in energy pr `total_uplift_power_ratio` uses a similar input as the [energy ratio](energy_ratio) methods but returns a single value representing the total uplift, rather than uplift binned by wind direction. The method is named power_ratio because the change in energy production is computed using the mean per-wind-condition-bin power ratios. The change in ratio per bin is then combined with the mean base power and frequency to estimate change in energy production. -Currently the main example usage of the total uplift function is at the end of [smarteole example 06](https://github.com/NREL/flasc/blob/main/examples_smarteole/06_wake_steering_energy_ratio_analysis.ipynb). Documentation of the function itself is available in the [API documentation](https://nrel.github.io/flasc/_autosummary/flasc.analysis.total_uplift_power_ratio.compute_total_uplift.html#flasc.analysis.total_uplift_power_ratio.compute_total_uplift). Uncertainty of the results can be computed via bootstrapping. +Currently the main example usage of the total uplift function is at the end of [smarteole example 06](https://github.com/NatLabRockies/flasc/blob/main/examples_smarteole/06_wake_steering_energy_ratio_analysis.ipynb). Documentation of the function itself is available in the [API documentation](https://natlabrockies.github.io/flasc/_autosummary/flasc.analysis.total_uplift_power_ratio.compute_total_uplift.html#flasc.analysis.total_uplift_power_ratio.compute_total_uplift). Uncertainty of the results can be computed via bootstrapping. The method was developed by Eric Simley and implemented by Paul Fleming and Misha Sinner of NREL. @@ -16,7 +16,7 @@ The method was developed by Eric Simley and implemented by Paul Fleming and Mish FLASC further includes methods for calculating change in energy production using the [wind-up](https://github.com/resgroup/wind-up) module. [wind-up](https://github.com/resgroup/wind-up) is a tool to assess yield uplift of wind turbines developed by Alex Clerc of RES and available open-source on GitHub. Using translation methods in the [FlascDataFrame](flasc_data_format), the methods and analysis of wind-up can be invoked from FLASC. -[smarteole example 09](https://github.com/NREL/flasc/blob/main/examples_smarteole/09_wind-up_wake_steering_uplift_analysis.ipynb), calculates the change in energy production (as in [smarteole example 06](https://github.com/NREL/flasc/blob/main/examples_smarteole/06_wake_steering_energy_ratio_analysis.ipynb)) using wind-up. +[smarteole example 09](https://github.com/NatLabRockies/flasc/blob/main/examples_smarteole/09_wind-up_wake_steering_uplift_analysis.ipynb), calculates the change in energy production (as in [smarteole example 06](https://github.com/NatLabRockies/flasc/blob/main/examples_smarteole/06_wake_steering_energy_ratio_analysis.ipynb)) using wind-up. ## Expected Power Analysis @@ -28,5 +28,5 @@ The module provides two approaches for quantifying uncertainty in the total upli The approach is different from the above approaches in several ways (refer to [AWC validation methodology](https://publications.tno.nl/publication/34637216/LWOb3s/TNO-2020-R11300.pdf) for full description). First, as mentioned above, the uncertainty of the result can be computed directly from the variance and co-variances of the turbine powers instead of relying on the more computationally expensive bootstrapping approach. Additionally, the method does not normalize the power of the test turbines by reference powers. Therefore, the method may be more sensitive to wind speed variations within bins and other atmospheric conditions that would otherwise be partially controlled for through normalization by reference powers. To account for this sensitivity we suggest using smaller wind speed bins and wind speed estimates based on measured turbine performance (rather than nacelle anemometry) when calculating the expected power. However, by avoiding normalization by a reference power signal, this method does not require all test turbines to be operating normally at each sample, increasing the amount of usable data, especially when large wind farms are being analyzed. -Similar to above, an example using the smarteole data provides usage example, see [smarteole example 10](https://github.com/NREL/flasc/blob/main/examples_smarteole/examples_smarteole/10_uplift_with_expected_power.ipynb) +Similar to above, an example using the smarteole data provides usage example, see [smarteole example 10](https://github.com/NatLabRockies/flasc/blob/main/examples_smarteole/examples_smarteole/10_uplift_with_expected_power.ipynb) diff --git a/docs/energy_ratio.md b/docs/energy_ratio.md index 7fbac131..099ed9ab 100644 --- a/docs/energy_ratio.md +++ b/docs/energy_ratio.md @@ -21,5 +21,5 @@ Key syntax for computing energy ratios is provided in the examples: Within the set of analysis of the smarteole dataset are also examples of using flasc's energy ratio calculations. See for example: - - [Baseline Energy Ratio Analysis](https://github.com/NREL/flasc/blob/main/examples_smarteole/05_baseline_energy_ratio_analysis.ipynb) - - [Wake Steering Energy Ratio Analysis](https://github.com/NREL/flasc/blob/main/examples_smarteole/06_wake_steering_energy_ratio_analysis.ipynb) + - [Baseline Energy Ratio Analysis](https://github.com/NatLabRockies/flasc/blob/main/examples_smarteole/05_baseline_energy_ratio_analysis.ipynb) + - [Wake Steering Energy Ratio Analysis](https://github.com/NatLabRockies/flasc/blob/main/examples_smarteole/06_wake_steering_energy_ratio_analysis.ipynb) diff --git a/docs/flasc_data_format.ipynb b/docs/flasc_data_format.ipynb index 9103a6bc..fe758739 100644 --- a/docs/flasc_data_format.ipynb +++ b/docs/flasc_data_format.ipynb @@ -329,7 +329,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Another use case for `FlascDataFrame` is to export the data into the \"wind-up\" format. [Wind-up](https://github.com/resgroup/wind-up) is an open source tool for assessing uplift provided by RES. This conversion provides a convenient way to assess the data, in the case of uplift assessment, using the wind-up tool, which is imported by FLASC. A full demonstration of the usage of the wind-up tool in FLASC is provided within the [Smarteole](https://github.com/NREL/flasc/tree/main/examples_smarteole) example set." + "Another use case for `FlascDataFrame` is to export the data into the \"wind-up\" format. [Wind-up](https://github.com/resgroup/wind-up) is an open source tool for assessing uplift provided by RES. This conversion provides a convenient way to assess the data, in the case of uplift assessment, using the wind-up tool, which is imported by FLASC. A full demonstration of the usage of the wind-up tool in FLASC is provided within the [Smarteole](https://github.com/NatLabRockies/flasc/tree/main/examples_smarteole) example set." ] }, { diff --git a/docs/index.md b/docs/index.md index b39f578b..350bbc6e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,11 +7,11 @@ Welcome to the documentation of the NREL FLASC repository! As of FLASC v2.3, FLASC requires `numpy` version 2, following the update in FLORIS v4.3. See the [numpy documentation for details](https://numpy.org/doc/stable/numpy_2_0_migration_guide.html). ``` -FLASC provides a comprehensive toolkit for wind farm analysis, combining SCADA data processing with advanced wake modeling capabilities. The repository is intended as a community-driven toolbox, available on its [GitHub Repository](https://github.com/NREL/flasc). +FLASC provides a comprehensive toolkit for wind farm analysis, combining SCADA data processing with advanced wake modeling capabilities. The repository is intended as a community-driven toolbox, available on its [GitHub Repository](https://github.com/NatLabRockies/flasc). ## What is FLASC? -FLASC offers analysis tools for SCADA data filtering & analysis, wind farm model validation, field experiment design, and field experiment monitoring. Built around NREL's [FLORIS](https://github.com/NREL/floris/discussions/) wake modeling utility, FLASC enables researchers and practitioners to: +FLASC offers analysis tools for SCADA data filtering & analysis, wind farm model validation, field experiment design, and field experiment monitoring. Built around NREL's [FLORIS](https://github.com/NatLabRockies/floris/discussions/) wake modeling utility, FLASC enables researchers and practitioners to: - **Process and filter SCADA data** with robust outlier detection and quality control - **Analyze energy production patterns** using energy ratio methodology for wake quantification @@ -45,11 +45,11 @@ FLASC's modular design supports the complete wind farm analysis workflow: - **Experiment Analysis**: Evaluate control strategies and technology impacts with statistical rigor The FLASC repository is intended as a community driven toolbox, available on -its [GitHub Repository](https://github.com/NREL/flasc). +its [GitHub Repository](https://github.com/NatLabRockies/flasc). ### WETO software -FLASC is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://nrel.github.io/WETOStack). For more information and other integrated modeling software, see: -- [Portfolio Overview](https://nrel.github.io/WETOStack/portfolio_analysis/overview.html) -- [Entry Guide](https://nrel.github.io/WETOStack/_static/entry_guide/index.html) -- [Controls and Analysis Workshop](https://nrel.github.io/WETOStack/workshops/user_workshops_2024.html#wind-farm-controls-and-analysis) +FLASC is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://natlabrockies.github.io/WETOStack). For more information and other integrated modeling software, see: +- [Portfolio Overview](https://natlabrockies.github.io/WETOStack/portfolio_analysis/overview.html) +- [Entry Guide](https://natlabrockies.github.io/WETOStack/_static/entry_guide/index.html) +- [Controls and Analysis Workshop](https://natlabrockies.github.io/WETOStack/workshops/user_workshops_2024.html#wind-farm-controls-and-analysis) diff --git a/docs/installation.md b/docs/installation.md index 47f07ae6..e57ac80c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -20,7 +20,7 @@ use `git clone`. Then, add it to your Python path with the "local editable insta ```bash # Download the source code. -git clone https://github.com/NREL/flasc.git +git clone https://github.com/NatLabRockies/flasc.git # Install into your Python environment pip install -e flasc @@ -38,12 +38,12 @@ Recommended approach is to: 1. Declare a new directory to be the root folder, for example FLASC/ 2. Setup a new virtual environement with venv or conda and activate -3. Clone and install FLORIS into this root directory and environment, following the [developer install](https://nrel.github.io/floris/dev_guide.html) +3. Clone and install FLORIS into this root directory and environment, following the [developer install](https://natlabrockies.github.io/floris/dev_guide.html) 4. Clone and install flasc with developer options: ```bash # Download the source code. - git clone https://github.com/NREL/flasc.git + git clone https://github.com/NatLabRockies/flasc.git # Install into your Python environment pip install -e flasc ".[develop, docs]" diff --git a/docs/introduction.md b/docs/introduction.md index ae2f87a4..cea590a5 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,6 +1,6 @@ # Introduction to FLASC -FLASC provides a rich suite of analysis tools for SCADA data filtering & analysis, wind farm model validation, field experiment design, and field experiment monitoring. The repository is centrally built around NREL's in-house [FLORIS](https://github.com/nrel/floris) wake modeling utility. FLASC also largely relies on the "energy ratio" to quantify wake losses in synthetic and historical data, perform turbine northing calibrations, and for model parameter estimation. +FLASC provides a rich suite of analysis tools for SCADA data filtering & analysis, wind farm model validation, field experiment design, and field experiment monitoring. The repository is centrally built around NREL's in-house [FLORIS](https://github.com/NatLabRockies/floris) wake modeling utility. FLASC also largely relies on the "energy ratio" to quantify wake losses in synthetic and historical data, perform turbine northing calibrations, and for model parameter estimation. ## Getting Started @@ -59,7 +59,7 @@ See {cite:p}`Doekemeijer2022a` and {cite:p}`Bay2022a` for practical examples of If FLASC played a role in your research, please cite it. This software can be cited as: - FLASC. Version 2.0.1 (2024). Available at https://github.com/NREL/flasc. + FLASC. Version 2.0.1 (2024). Available at https://github.com/NatLabRockies/flasc. For LaTeX users: @@ -69,9 +69,9 @@ For LaTeX users: year = {2024}, publisher = {GitHub}, journal = {GitHub repository}, - url = {https://github.com/NREL/flasc}, + url = {https://github.com/NatLabRockies/flasc}, } ## Questions -For technical questions regarding FLASC usage, please post your questions to [GitHub Discussions](https://github.com/NREL/flasc/discussions) on the FLASC repository. Alternatively, email the NREL FLASC team at `paul.fleming@nrel.gov `_ or `michael.sinner@nrel.gov `_. +For technical questions regarding FLASC usage, please post your questions to [GitHub Discussions](https://github.com/NatLabRockies/flasc/discussions) on the FLASC repository. Alternatively, email the NREL FLASC team at `paul.fleming@nrel.gov `_ or `michael.sinner@nrel.gov `_. diff --git a/examples_artificial_data/04_floris_tuning/README.txt b/examples_artificial_data/04_floris_tuning/README.txt index 02138376..430cf210 100644 --- a/examples_artificial_data/04_floris_tuning/README.txt +++ b/examples_artificial_data/04_floris_tuning/README.txt @@ -1,6 +1,6 @@ Calibrating FLORIS models using the floris_tuning package is deprecated as of FLASC v2.4. If you are looking for these examples, please see FLASC v2.3 -(https://github.com/NREL/flasc/releases/tag/v2.3) +(https://github.com/NatLabRockies/flasc/releases/tag/v2.3) We strongly recommend instead using the replacement ModelFit package, demonstrated in examples_artificial_data/05_model_fit/ diff --git a/examples_smarteole/00_inspect_floris_model.ipynb b/examples_smarteole/00_inspect_floris_model.ipynb index ce024228..73612fb2 100644 --- a/examples_smarteole/00_inspect_floris_model.ipynb +++ b/examples_smarteole/00_inspect_floris_model.ipynb @@ -17,7 +17,7 @@ "source": [ "## Preliminary information\n", "\n", - "This repository introduces FLASC (https://github.com/NREL/flasc) capabilities by illustrating their\n", + "This repository introduces FLASC (https://github.com/NatLabRockies/flasc) capabilities by illustrating their\n", "use on a data set taken from a real field campaign of wake steering which has been made open-source.\n", "\n", "The data comes from the SMARTEOLE Wind Farm Control open data set (https://zenodo.org/record/7342466) and is \n", diff --git a/examples_smarteole/07_emgauss_scada_tuning_optimization_method.ipynb b/examples_smarteole/07_emgauss_scada_tuning_optimization_method.ipynb index 48ad888c..49ae3c2d 100644 --- a/examples_smarteole/07_emgauss_scada_tuning_optimization_method.ipynb +++ b/examples_smarteole/07_emgauss_scada_tuning_optimization_method.ipynb @@ -7,7 +7,7 @@ "source": [ "Calibrating FLORIS models using the floris_tuning package is deprecated as of FLASC v2.4.\n", "If you are looking for these examples, please see FLASC v2.3\n", - "(https://github.com/NREL/flasc/releases/tag/v2.3)\n", + "(https://github.com/NatLabRockies/flasc/releases/tag/v2.3)\n", "\n", "We strongly recommend instead using the replacement ModelFit package, demonstrated the\n", "examples_smarteole/11_model_tuning_with_model_fit.ipynb." diff --git a/examples_smarteole/08_emgauss_tuning_day_night.ipynb b/examples_smarteole/08_emgauss_tuning_day_night.ipynb index a0af4153..091fa66d 100644 --- a/examples_smarteole/08_emgauss_tuning_day_night.ipynb +++ b/examples_smarteole/08_emgauss_tuning_day_night.ipynb @@ -7,7 +7,7 @@ "source": [ "Calibrating FLORIS models using the floris_tuning package is deprecated as of FLASC v2.4.\n", "If you are looking for these examples, please see FLASC v2.3\n", - "(https://github.com/NREL/flasc/releases/tag/v2.3)\n", + "(https://github.com/NatLabRockies/flasc/releases/tag/v2.3)\n", "\n", "We strongly recommend instead using the replacement ModelFit package, demonstrated the\n", "examples_smarteole/11_model_tuning_with_model_fit.ipynb." diff --git a/flasc/model_fitting/readme.txt b/flasc/model_fitting/readme.txt index fdcecc19..9147c195 100644 --- a/flasc/model_fitting/readme.txt +++ b/flasc/model_fitting/readme.txt @@ -1,4 +1,4 @@ -See https://nrel.github.io/flasc/ for documentation +See https://natlabrockies.github.io/flasc/ for documentation ____ model_fitting ____ diff --git a/flasc/timing_tests/energy_ratio_timing.py b/flasc/timing_tests/energy_ratio_timing.py index 223f8ff9..40fc4bf0 100644 --- a/flasc/timing_tests/energy_ratio_timing.py +++ b/flasc/timing_tests/energy_ratio_timing.py @@ -1,4 +1,4 @@ -# See https://nrel.github.io/flasc/ for documentation +# See https://natlabrockies.github.io/flasc/ for documentation # The purpose of these tests is to provide a consistent timing test function # to the flasc_metrics repository. Even if the FLASC API changes internally diff --git a/pyproject.toml b/pyproject.toml index 6273311d..97ca996f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ develop = [ include = ["flasc*"] [project.urls] -Homepage = "https://github.com/NREL/flasc" +Homepage = "https://github.com/NatLabRockies/flasc" Documentation = "https://readthedocs.org"