Skip to content

Commit

Permalink
Update file location
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed May 3, 2024
1 parent fa8ceae commit dabdca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pysam_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def test_import_all():

sf = str(Path(__file__).parent / "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv")
wf = str(Path(__file__).parent / "AR Northwestern-Flat Lands.srw")
wave_f = str(Path(__file__).parent.parent / "CalWave_California_Wave Resource _SAM CSV.csv")
wave_f = str(Path(__file__).parent / "CalWave_California_Wave Resource _SAM CSV.csv")

wavefile_model = wavefile.new()
wavefile_model.WeatherReader.wave_resource_filename = wave_f
Expand Down

0 comments on commit dabdca3

Please sign in to comment.