Skip to content

Commit

Permalink
skipif windows for flicker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 20, 2022
1 parent 82af38b commit 3608cb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/hybrid/test_flicker_mismatch.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import pytest
from pathlib import Path
from pytest import approx
from hybrid.layout.flicker_data.plot_flicker import *
from hybrid.keys import set_nrel_key_dot_env

import numpy as np
import matplotlib.pyplot as plt

set_nrel_key_dot_env()

Expand Down

0 comments on commit 3608cb0

Please sign in to comment.