Skip to content

issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java language:HTML

Filter by

6.3M results  (474 ms)

6.3M results

FVCOM_Depth.default_names[ siglay_center ] is [ siglev_center ] — a lev/lay copy-paste typo. Auto-detection (search_netcdf_vars) therefore binds the layer-center term siglay_center to the netCDF variable ...

S_Depth.interpolation_alphas computes the bracketing level depths with np.take(transects, indices) — no axis argument — so every query point reads its level depths from the flattened transect array, i.e. ...

AuthoredModule.registerModule taps preUpdateHook with a function that passes a spread copy of the update data to updateTimestamps: mod.preUpdateHook.tap((ogDoc, updateData) = this.updateTimestamps( ...
released

What happened? /user/daily/activity and /team/daily/activity return spend totals that change with page_size and can even differ between two identical consecutive requests. Paged totals are sometimes inflated ...

metrics.events.flashiness documents the Richards-Baker flashiness index (Baker et al., 2004) but computes np.sum(np.abs(np.gradient(series))) / np.sum(series). np.gradient is a central difference — adjacent ...

metrics.coefficient_of_extrapolation builds its linear-extrapolation baseline from the current observation instead of the previous one, so the baseline forecast for y[i] leaks y[i] itself. For y_true=[1,2,4,5], ...

Subject of the enhancement Add reusable, shared GitHub workflows for releases and adding to projects. Part of cgkineo/cgkineo#7 Posted via collaboration with Claude Code
enhancement

ERDDAP.get_var_by_attr can never match a variable whose attribute value is falsy — valid_min=0, valid_min=0.0, comment= , flag_values=0, etc. The matching guard short-circuits on the attribute s truthiness ...

Building a tabledap download URL with a string constraint whose value merely contains the letters min, max, or now — e.g. station= terminal_1 , cdm_data_type= Maximum , or a regex like station=~ (WMO.*|.*minute.*) ...

is_netcdf() in compliance_checker/protocols/netcdf.py uses url.endswith( nc ) — missing the dot — so any path whose name merely ends in the two letters nc is classified as a netCDF file: is_netcdf( myfunc ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.