Skip to content

Commit

Permalink
BUGFIX: area/solidangle was calculating selected footprint rather than
Browse files Browse the repository at this point in the history
the DDF and WFD footprints.
	modified:   ../make_simlibs.py

bump version
  • Loading branch information
rbiswas4 authored and Rahul Bswas committed Mar 14, 2022
1 parent b97b4f3 commit befb2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opsimsummary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "3.0.0.dev1"
__VERSION__ = "3.0.0.dev2"
2 changes: 1 addition & 1 deletion scripts/make_simlibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def write_genericSimlib(simlibFilename,

surveydf = surveydf.loc[avail].query('numVisits >= @minVisits ')
surveyPix = simlibs.get_surveyPix(surveydf, numFields=numFields, rng=rng)
totalfields = len(surveyPix)
totalfields = len(surveydf)


#### # The surveypix may be constructed or read in from a file : `surveypix_file`
Expand Down

0 comments on commit befb2fd

Please sign in to comment.